COLOR #7A4CAE

HEX: #7A4CAE RGB: (122,76,174)

Color info

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

RGB color model

#7A4CAE color RGB value is (122,76,174).

RGB: (122,76,174) (48%, 30%, 68%)

RGB channels and saturation

R 122 of 255 = 48%
G 76 of 255 = 30%
B 174 of 255 = 68%

122
76
174

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

Portions of RGB colors in percentages

R + G + B = 122 + 76 + 174 = 372 (100%)
R 122 of 372 ~ 32.8%
G 76 of 372 ~ 20.43%
B 174 of 372 ~ 46.77'%

%32.8
%20.43
%46.77

CMYK color model

#7A4CAE color CMYK value is (30,56,0,32).

  • cyan value is 29.89%
  • magenta value is 56.32%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (30,56,0,32)
C30M56Y0K32 (30%, 56%, 0%, 32%)
(0.30 / 0.56 / 0.00 / 0.32)

CMYK percentages

%29.89
%56.32
%0
%31.76

Codes

Color #7A4CAE in popluar color models

7A 4C AE
RGB 122 76 174
HSL 268° 39.20% 49.02%
HSB/HSV 268° 56.32% 68.24%
CMYK 29.89% 56.32% 0.00%
31.76%

Color #7A4CAE in popluar number systems.

HEX 7A 4C AE
Decimal 122 76 174
Binary 1111010 1001100 10101110
Octal 172 114 256

Shades and tints

Shades of #7A4CAE

#7A4CAE
(122,76,174)
#6F469F
(111,70,159)
#644090
(100,64,144)
#593A81
(89,58,129)
#4E3472
(78,52,114)
#432E63
(67,46,99)
#382854
(56,40,84)
#2D2245
(45,34,69)
#221C36
(34,28,54)
#171627
(23,22,39)
#0C1018
(12,16,24)
#000000
(0,0,0)

Tints of #7A4CAE

#7A4CAE
(122,76,174)
#865CB5
(134,92,181)
#926CBC
(146,108,188)
#9E7CC3
(158,124,195)
#AA8CCA
(170,140,202)
#B69CD1
(182,156,209)
#C2ACD8
(194,172,216)
#CEBCDF
(206,188,223)
#DACCE6
(218,204,230)
#E6DCED
(230,220,237)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4CAE; }

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

This text font color is #7A4CAE.

Background Color

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

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

This div background color is #7A4CAE.

Border color

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

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

This div border color is #7A4CAE.

Opacity

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

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

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

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

This text has shadow with #7A4CAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A4CAE.

Preview

Color preview on black background

This text has color #7A4CAE on black background.


Color preview on white background

This text has color #7A4CAE on white background.


Black color preview on #7A4CAE background

This text has black color on #7A4CAE background.


White color preview on #7A4CAE background

This text has white color on #7A4CAE background.


Related colors

Complementary color

Complementary color for #hex is #85B351.


I love getcolorcode.com

Triadic colors

1 #AE7A4C and #4CAE7A with #7A4CAE are triadic colors.

2 #AE4C7A and #4C7AAE with #7A4CAE are triadic colors.