COLOR #7A6FAB

HEX: #7A6FAB RGB: (122,111,171)

Color info

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

RGB color model

#7A6FAB color RGB value is (122,111,171).

RGB: (122,111,171) (48%, 44%, 67%)

RGB channels and saturation

R 122 of 255 = 48%
G 111 of 255 = 44%
B 171 of 255 = 67%

122
111
171

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

Portions of RGB colors in percentages

R + G + B = 122 + 111 + 171 = 404 (100%)
R 122 of 404 ~ 30.2%
G 111 of 404 ~ 27.48%
B 171 of 404 ~ 42.33'%

%30.2
%27.48
%42.33

CMYK color model

#7A6FAB color CMYK value is (29,35,0,33).

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

CMYK: (29,35,0,33)
C29M35Y0K33 (29%, 35%, 0%, 33%)
(0.29 / 0.35 / 0.00 / 0.33)

CMYK percentages

%28.65
%35.09
%0
%32.94

Codes

Color #7A6FAB in popluar color models

7A 6F AB
RGB 122 111 171
HSL 251° 26.32% 55.29%
HSB/HSV 251° 35.09% 67.06%
CMYK 28.65% 35.09% 0.00%
32.94%

Color #7A6FAB in popluar number systems.

HEX 7A 6F AB
Decimal 122 111 171
Binary 1111010 1101111 10101011
Octal 172 157 253

Shades and tints

Shades of #7A6FAB

#7A6FAB
(122,111,171)
#6F659C
(111,101,156)
#645B8D
(100,91,141)
#59517E
(89,81,126)
#4E476F
(78,71,111)
#433D60
(67,61,96)
#383351
(56,51,81)
#2D2942
(45,41,66)
#221F33
(34,31,51)
#171524
(23,21,36)
#0C0B15
(12,11,21)
#000000
(0,0,0)

Tints of #7A6FAB

#7A6FAB
(122,111,171)
#867CB2
(134,124,178)
#9289B9
(146,137,185)
#9E96C0
(158,150,192)
#AAA3C7
(170,163,199)
#B6B0CE
(182,176,206)
#C2BDD5
(194,189,213)
#CECADC
(206,202,220)
#DAD7E3
(218,215,227)
#E6E4EA
(230,228,234)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6FAB; }

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

This text font color is #7A6FAB.

Background Color

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

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

This div background color is #7A6FAB.

Border color

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

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

This div border color is #7A6FAB.

Opacity

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

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

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

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

This text has shadow with #7A6FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6FAB.

Preview

Color preview on black background

This text has color #7A6FAB on black background.


Color preview on white background

This text has color #7A6FAB on white background.


Black color preview on #7A6FAB background

This text has black color on #7A6FAB background.


White color preview on #7A6FAB background

This text has white color on #7A6FAB background.


Related colors

Complementary color

Complementary color for #hex is #859054.


I love getcolorcode.com

Triadic colors

1 #AB7A6F and #6FAB7A with #7A6FAB are triadic colors.

2 #AB6F7A and #6F7AAB with #7A6FAB are triadic colors.