COLOR #7A20AB

HEX: #7A20AB RGB: (122,32,171)

Color info

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

RGB color model

#7A20AB color RGB value is (122,32,171).

RGB: (122,32,171) (48%, 13%, 67%)

RGB channels and saturation

R 122 of 255 = 48%
G 32 of 255 = 13%
B 171 of 255 = 67%

122
32
171

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

Portions of RGB colors in percentages

R + G + B = 122 + 32 + 171 = 325 (100%)
R 122 of 325 ~ 37.54%
G 32 of 325 ~ 9.85%
B 171 of 325 ~ 52.62'%

%37.54
%52.62

CMYK color model

#7A20AB color CMYK value is (29,81,0,33).

  • cyan value is 28.65%
  • magenta value is 81.29%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (29,81,0,33)
C29M81Y0K33 (29%, 81%, 0%, 33%)
(0.29 / 0.81 / 0.00 / 0.33)

CMYK percentages

%28.65
%81.29
%0
%32.94

Codes

Color #7A20AB in popluar color models

7A 20 AB
RGB 122 32 171
HSL 279° 68.47% 39.80%
HSB/HSV 279° 81.29% 67.06%
CMYK 28.65% 81.29% 0.00%
32.94%

Color #7A20AB in popluar number systems.

HEX 7A 20 AB
Decimal 122 32 171
Binary 1111010 100000 10101011
Octal 172 40 253

Shades and tints

Shades of #7A20AB

#7A20AB
(122,32,171)
#6F1E9C
(111,30,156)
#641C8D
(100,28,141)
#591A7E
(89,26,126)
#4E186F
(78,24,111)
#431660
(67,22,96)
#381451
(56,20,81)
#2D1242
(45,18,66)
#221033
(34,16,51)
#170E24
(23,14,36)
#0C0C15
(12,12,21)
#000000
(0,0,0)

Tints of #7A20AB

#7A20AB
(122,32,171)
#8634B2
(134,52,178)
#9248B9
(146,72,185)
#9E5CC0
(158,92,192)
#AA70C7
(170,112,199)
#B684CE
(182,132,206)
#C298D5
(194,152,213)
#CEACDC
(206,172,220)
#DAC0E3
(218,192,227)
#E6D4EA
(230,212,234)
#F2E8F1
(242,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A20AB; }

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

This text font color is #7A20AB.

Background Color

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

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

This div background color is #7A20AB.

Border color

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

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

This div border color is #7A20AB.

Opacity

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

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

Text with #7A20AB 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 #7A20AB;}

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

This text has shadow with #7A20AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A20AB.

Preview

Color preview on black background

This text has color #7A20AB on black background.


Color preview on white background

This text has color #7A20AB on white background.


Black color preview on #7A20AB background

This text has black color on #7A20AB background.


White color preview on #7A20AB background

This text has white color on #7A20AB background.


Related colors

Complementary color

Complementary color for #hex is #85DF54.


I love getcolorcode.com

Triadic colors

1 #AB7A20 and #20AB7A with #7A20AB are triadic colors.

2 #AB207A and #207AAB with #7A20AB are triadic colors.