COLOR #7A6EAD

HEX: #7A6EAD RGB: (122,110,173)

Color info

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

RGB color model

#7A6EAD color RGB value is (122,110,173).

RGB: (122,110,173) (48%, 43%, 68%)

RGB channels and saturation

R 122 of 255 = 48%
G 110 of 255 = 43%
B 173 of 255 = 68%

122
110
173

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

Portions of RGB colors in percentages

R + G + B = 122 + 110 + 173 = 405 (100%)
R 122 of 405 ~ 30.12%
G 110 of 405 ~ 27.16%
B 173 of 405 ~ 42.72'%

%30.12
%27.16
%42.72

CMYK color model

#7A6EAD color CMYK value is (29,36,0,32).

  • cyan value is 29.48%
  • magenta value is 36.42%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (29,36,0,32)
C29M36Y0K32 (29%, 36%, 0%, 32%)
(0.29 / 0.36 / 0.00 / 0.32)

CMYK percentages

%29.48
%36.42
%0
%32.16

Codes

Color #7A6EAD in popluar color models

7A 6E AD
RGB 122 110 173
HSL 251° 27.75% 55.49%
HSB/HSV 251° 36.42% 67.84%
CMYK 29.48% 36.42% 0.00%
32.16%

Color #7A6EAD in popluar number systems.

HEX 7A 6E AD
Decimal 122 110 173
Binary 1111010 1101110 10101101
Octal 172 156 255

Shades and tints

Shades of #7A6EAD

#7A6EAD
(122,110,173)
#6F649E
(111,100,158)
#645A8F
(100,90,143)
#595080
(89,80,128)
#4E4671
(78,70,113)
#433C62
(67,60,98)
#383253
(56,50,83)
#2D2844
(45,40,68)
#221E35
(34,30,53)
#171426
(23,20,38)
#0C0A17
(12,10,23)
#000000
(0,0,0)

Tints of #7A6EAD

#7A6EAD
(122,110,173)
#867BB4
(134,123,180)
#9288BB
(146,136,187)
#9E95C2
(158,149,194)
#AAA2C9
(170,162,201)
#B6AFD0
(182,175,208)
#C2BCD7
(194,188,215)
#CEC9DE
(206,201,222)
#DAD6E5
(218,214,229)
#E6E3EC
(230,227,236)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6EAD color. Also use rgb(122,110,173) instead hex code.

Text Font Color

.myTextColor { color: #7A6EAD; }

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

This text font color is #7A6EAD.

Background Color

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

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

This div background color is #7A6EAD.

Border color

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

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

This div border color is #7A6EAD.

Opacity

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

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

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

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

This text has shadow with #7A6EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6EAD.

Preview

Color preview on black background

This text has color #7A6EAD on black background.


Color preview on white background

This text has color #7A6EAD on white background.


Black color preview on #7A6EAD background

This text has black color on #7A6EAD background.


White color preview on #7A6EAD background

This text has white color on #7A6EAD background.


Related colors

Complementary color

Complementary color for #hex is #859152.


I love getcolorcode.com

Triadic colors

1 #AD7A6E and #6EAD7A with #7A6EAD are triadic colors.

2 #AD6E7A and #6E7AAD with #7A6EAD are triadic colors.