COLOR #7A4EAA

HEX: #7A4EAA RGB: (122,78,170)

Color info

#7A4EAA contains mainly red and blue colors. Web safe color of #7A4EAA is #666699 (or #669).

RGB color model

#7A4EAA color RGB value is (122,78,170).

RGB: (122,78,170) (48%, 31%, 67%)

RGB channels and saturation

R 122 of 255 = 48%
G 78 of 255 = 31%
B 170 of 255 = 67%

122
78
170

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

Portions of RGB colors in percentages

R + G + B = 122 + 78 + 170 = 370 (100%)
R 122 of 370 ~ 32.97%
G 78 of 370 ~ 21.08%
B 170 of 370 ~ 45.95'%

%32.97
%21.08
%45.95

CMYK color model

#7A4EAA color CMYK value is (28,54,0,33).

  • cyan value is 28.24%
  • magenta value is 54.12%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (28,54,0,33)
C28M54Y0K33 (28%, 54%, 0%, 33%)
(0.28 / 0.54 / 0.00 / 0.33)

CMYK percentages

%28.24
%54.12
%0
%33.33

Codes

Color #7A4EAA in popluar color models

7A 4E AA
RGB 122 78 170
HSL 269° 37.10% 48.63%
HSB/HSV 269° 54.12% 66.67%
CMYK 28.24% 54.12% 0.00%
33.33%

Color #7A4EAA in popluar number systems.

HEX 7A 4E AA
Decimal 122 78 170
Binary 1111010 1001110 10101010
Octal 172 116 252

Shades and tints

Shades of #7A4EAA

#7A4EAA
(122,78,170)
#6F479B
(111,71,155)
#64408C
(100,64,140)
#59397D
(89,57,125)
#4E326E
(78,50,110)
#432B5F
(67,43,95)
#382450
(56,36,80)
#2D1D41
(45,29,65)
#221632
(34,22,50)
#170F23
(23,15,35)
#0C0814
(12,8,20)
#000000
(0,0,0)

Tints of #7A4EAA

#7A4EAA
(122,78,170)
#865EB1
(134,94,177)
#926EB8
(146,110,184)
#9E7EBF
(158,126,191)
#AA8EC6
(170,142,198)
#B69ECD
(182,158,205)
#C2AED4
(194,174,212)
#CEBEDB
(206,190,219)
#DACEE2
(218,206,226)
#E6DEE9
(230,222,233)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4EAA color. Also use rgb(122,78,170) instead hex code.

Text Font Color

.myTextColor { color: #7A4EAA; }

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

This text font color is #7A4EAA.

Background Color

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

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

This div background color is #7A4EAA.

Border color

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

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

This div border color is #7A4EAA.

Opacity

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

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

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

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

This text has shadow with #7A4EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A4EAA.

Preview

Color preview on black background

This text has color #7A4EAA on black background.


Color preview on white background

This text has color #7A4EAA on white background.


Black color preview on #7A4EAA background

This text has black color on #7A4EAA background.


White color preview on #7A4EAA background

This text has white color on #7A4EAA background.


Related colors

Complementary color

Complementary color for #hex is #85B155.


I love getcolorcode.com

Triadic colors

1 #AA7A4E and #4EAA7A with #7A4EAA are triadic colors.

2 #AA4E7A and #4E7AAA with #7A4EAA are triadic colors.