crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#7a20a6 hex color - Violet - Warm color - Information

#7a20a6 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #7a20a6 Color code in RGB color code model is created after adding 47.84% red color, 12.55% green color and 65.1% blue color. Hex #7a20a6 Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 81% magenta, 0% yellow and 35% black.

Hex #7a20a6 color code is between #7722aa web safe hex color code and #881199 web safe hex color code. #7722aa is the nearest web safe color code. You can see here many more shades of #7a20a6 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7a20a6#7a20a6
RGB Decimal122, 32, 166rgb(122, 32, 166)
RGB Percent48%, 13%, 65%rgb(48%, 13%, 65%)
CSS RGBa122, 32, 166,1rgba(122,32,166,1)
CMYK Modelcmyk(27%,81%,0%,35%)
HSL Color Space280,68% ,39%hsl(280,68% ,39%)
HSV Color Space280°, 81%, 65%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011110100010000010100110
Octal17240246
Decimal12232166
Hex7a20a6

Different shades of #7a20a6 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #7a20a6
#9928d1
Dark Shade of #7a20a6
#5b187b
Saturated Shade of #7a20a6
#7d16b0
Desaturated Shade of #7a20a6
#772a9c
Grey scale Shade of #7a20a6
#636363
Brighten Shade
#9339bf
Most Readable Shade
#FFFFFF

Shades of #7a20a6 color code

Generate more color scales with scales (color stack) generator.

#7a20a6
#6c1c93
#5e1881
#51156e
#43115c
#360e49
#280a37
#1b0724
#0d0312
#000000

Similar Color like #7a20a6 color

Find visually similar hex color codes nearing to #7a20a6 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#7b21a7
#7c22a8
#7d23a9
#7e24aa
#7f25ab
#8026ac
#8127ad
#8228ae
#8329af
#842ab0
#852bb1
#862cb2
#872db3
#882eb4
#791fa5
#781ea4
#771da3
#761ca2
#751ba1
#741aa0
#73199f
#72189e
#71179d
#70169c
#6f159b
#6e149a
#6d1399
#6c1298

Monochromatic Color with #7a20a6

#7a20a6
#9928d0
#b830fb
#1c0726
#3c1051
#5b187b

Tints of #7a20a6 Color

#7a20a6
#8838af
#9751b9
#a66ac3
#b583cd
#c39bd7
#d2b4e1
#e1cdeb
#f0e6f5
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#7a20a6
#4ca620

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#7a20a6
#8fa620
#20a637

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#4420a6
#5f20a6
#7a20a6
#9520a6
#a6209c

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#7a20a6
#a67a20
#20a67a

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#7a20a6
#a63720
#4ca620
#208fa6

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#7a20a6
#4ca620
#20a637
#a6208f

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #7a20a6 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#7a20a6 Color Code Preview on Black Background Color

This is how #7a20a6 Color will look on black background color. Color contrast ratio is 2.58

#7a20a6 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#7a20a6">Your Example Paragraph content text in with font color #7a20a6 </p>

Your Example Paragraph content text in with font color #7a20a6

HTML with inline CSS

<div style="color:#7a20a6">Your Paragraph text in with font color #7a20a6 </div>

Your Example Paragraph content text in with font color #7a20a6

#7a20a6 color code is use for CSS Background Color

Background color for the above div is #7a20a6

HTML with inline CSS

<div style="background-color:#7a20a6;"></div>

#7a20a6 color code is use for CSS Border Color

CSS Border color for the above div is #7a20a6

HTML with inline CSS

<div style="border:5px solid #7a20a6;"></div>

CSS Border Left color for the above div is #7a20a6

HTML with inline CSS

<div style="border-left:5px solid #7a20a6;"></div>

CSS Border Right color for the above div is #7a20a6

HTML with inline CSS

<div style="border-right:5px solid #7a20a6;"></div>

CSS Border Bottom color for the above div is #7a20a6

HTML with inline CSS

<div style="border-bottom:5px solid #7a20a6;"></div>

CSS Border Top color for the above div is #7a20a6

HTML with inline CSS

<div style="border-top:5px solid #7a20a6;"></div>

#7a20a6 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#7a20a6; } .examplecolorclass {color:#7a20a6; } .examplebordercolor {border:3px solid #7a20a6; }

#7a20a6 Color code Preview on White Background

This is how #7a20a6 Color code will look on white background color. Color contrast ratio is 8.12

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #7a20a6; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #7a20a6; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.