COLOR #7A6FA0

HEX: #7A6FA0 RGB: (122,111,160)

Color info

#7A6FA0 contains red, green and blue colors in about the same proportion. Web safe color of #7A6FA0 is #666699 (or #669).

RGB color model

#7A6FA0 color RGB value is (122,111,160).

RGB: (122,111,160) (48%, 44%, 63%)

RGB channels and saturation

R 122 of 255 = 48%
G 111 of 255 = 44%
B 160 of 255 = 63%

122
111
160

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

Portions of RGB colors in percentages

R + G + B = 122 + 111 + 160 = 393 (100%)
R 122 of 393 ~ 31.04%
G 111 of 393 ~ 28.24%
B 160 of 393 ~ 40.71'%

%31.04
%28.24
%40.71

CMYK color model

#7A6FA0 color CMYK value is (24,31,0,37).

  • cyan value is 23.75%
  • magenta value is 30.63%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (24,31,0,37)
C24M31Y0K37 (24%, 31%, 0%, 37%)
(0.24 / 0.31 / 0.00 / 0.37)

CMYK percentages

%23.75
%30.63
%0
%37.25

Codes

Color #7A6FA0 in popluar color models

7A 6F A0
RGB 122 111 160
HSL 253° 20.50% 53.14%
HSB/HSV 253° 30.63% 62.75%
CMYK 23.75% 30.63% 0.00%
37.25%

Color #7A6FA0 in popluar number systems.

HEX 7A 6F A0
Decimal 122 111 160
Binary 1111010 1101111 10100000
Octal 172 157 240

Shades and tints

Shades of #7A6FA0

#7A6FA0
(122,111,160)
#6F6592
(111,101,146)
#645B84
(100,91,132)
#595176
(89,81,118)
#4E4768
(78,71,104)
#433D5A
(67,61,90)
#38334C
(56,51,76)
#2D293E
(45,41,62)
#221F30
(34,31,48)
#171522
(23,21,34)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #7A6FA0

#7A6FA0
(122,111,160)
#867CA8
(134,124,168)
#9289B0
(146,137,176)
#9E96B8
(158,150,184)
#AAA3C0
(170,163,192)
#B6B0C8
(182,176,200)
#C2BDD0
(194,189,208)
#CECAD8
(206,202,216)
#DAD7E0
(218,215,224)
#E6E4E8
(230,228,232)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6FA0; }

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

This text font color is #7A6FA0.

Background Color

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

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

This div background color is #7A6FA0.

Border color

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

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

This div border color is #7A6FA0.

Opacity

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

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

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

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

This text has shadow with #7A6FA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6FA0.

Preview

Color preview on black background

This text has color #7A6FA0 on black background.


Color preview on white background

This text has color #7A6FA0 on white background.


Black color preview on #7A6FA0 background

This text has black color on #7A6FA0 background.


White color preview on #7A6FA0 background

This text has white color on #7A6FA0 background.


Related colors

Complementary color

Complementary color for #hex is #85905F.


I love getcolorcode.com

Triadic colors

1 #A07A6F and #6FA07A with #7A6FA0 are triadic colors.

2 #A06F7A and #6F7AA0 with #7A6FA0 are triadic colors.