COLOR #7A20AE

HEX: #7A20AE
RGB: (122,32,174)

Color info

#7A20AE contains mainly red and blue colors. Web safe color of #7A20AE is #663399 (or #639).

RGB color model

#7A20AE color RGB value is (122,32,174).

  • red value is 122;
  • green value is 32;
  • blue value is 174.
RGB:
(122,32,174)
(48%,13%,68%)

RGB channels and saturation

R 122 of 255 = 48%
G 32 of 255 = 13%
B 174 of 255 = 68%

122
32
174

R + G + B ~ 43%. #7A20AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 32 + 174 = 328 (100%)
R 122 of 328 ~ 37.2%
G 32 of 328 ~ 9.76%
B 174 of 328 ~ 53.05%

%37.2
%9.76
%53.05

CMYK color model

#7A20AE color CMYK value is (30,82,0,32).

  • cyan value is 29.89%
  • magenta value is 81.61%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(30,82,0,32)
C30M82Y0K32 
(30%,82%,0%,32%)
(0.30/0.82/0.00/0.32)	

CMYK percentages

%29.89
%81.61
%0
%31.76

Codes

Color #7A20AE in popluar color models

7A20AE
RGB12232174
HSL278°68.93%40.39%
HSB/HSV278°81.61%68.24%
CMYK29.89%81.61%0.00%
31.76%

Color #7A20AE in popluar number systems.

HEX7A20AE
Decimal12232174
Binary111101010000010101110
Octal17240256

Shades and tints

Shades of #7A20AE

#7A20AE
(122,32,174)
#6F1E9F
(111,30,159)
#641C90
(100,28,144)
#591A81
(89,26,129)
#4E1872
(78,24,114)
#431663
(67,22,99)
#381454
(56,20,84)
#2D1245
(45,18,69)
#221036
(34,16,54)
#170E27
(23,14,39)
#0C0C18
(12,12,24)
#000000
(0,0,0)

Tints of #7A20AE

#7A20AE
(122,32,174)
#8634B5
(134,52,181)
#9248BC
(146,72,188)
#9E5CC3
(158,92,195)
#AA70CA
(170,112,202)
#B684D1
(182,132,209)
#C298D8
(194,152,216)
#CEACDF
(206,172,223)
#DAC0E6
(218,192,230)
#E6D4ED
(230,212,237)
#F2E8F4
(242,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A20AE color. Also use rgb(122,32,174) instead hex code.

Text Font Color

.myTextColor { color: #7A20AE; }

<p style="color:#7A20AE">This sample text font color is #7A20AE.</p>

This text font color is #7A20AE.


Background Color

.myBgColor { background-color: #7A20AE; }

<div style="background-color:#7A20AE">Inner text</div>

This div background color is #7A20AE.


Border color

.myBorderColor { border: 1px solid #7A20AE; }

<div style="border:3px solid #7A20AE">Div</div>

This div border color is #7A20AE.


Opacity

.myOpacity80 { color: #7A20AE; opacity: 0.8; }

<p style="color:#7A20AE;opacity:0.8;">80%</p>

Text with #7A20AE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7A20AE;}

<p style="text-shadow: 3px 3px 1px #7A20AE">Text here.</p>

This text has shadow with #7A20AE color.

.textShadow {text-shadow: 3px 3px 1px #7A20AE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7A20AE, 5px 5px 20px red">Text here.</p>

This text has shadow with #7A20AE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7A20AE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7A20AE, Direction=45, Strength=4)">Text</p>

This text has shadow with #7A20AE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7A20AE;
  -webkit-box-shadow:	1px 1px 3px 2px #7A20AE;
  box-shadow:		1px 1px 3px 2px #7A20AE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7A20AE;
-webkit-box-shadow: 1px 1px 3px 2px #7A20AE;
box-shadow:1px 1px 3px 2px #7A20AE;">
Div content here</div>
This div box has shadow with color #7A20AE.

Preview

Color preview on black background

This text has color #7A20AE on black background.


Color preview on white background

This text has color #7A20AE on white background.



Black color preview on #7A20AE background

This text has black color on #7A20AE background.


White color preview on #7A20AE background

This text has white color on #7A20AE background.