COLOR #7A6FAA

HEX: #7A6FAA
RGB: (122,111,170)

Color info

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

RGB color model

#7A6FAA color RGB value is (122,111,170).

  • red value is 122;
  • green value is 111;
  • blue value is 170.
RGB:
(122,111,170)
(48%,44%,67%)

RGB channels and saturation

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

122
111
170

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

Portions of RGB colors in percentages

R + G + B =
122 + 111 + 170 = 403 (100%)
R 122 of 403 ~ 30.27%
G 111 of 403 ~ 27.54%
B 170 of 403 ~ 42.18%

%30.27
%27.54
%42.18

CMYK color model

#7A6FAA color CMYK value is (28,35,0,33).

  • cyan value is 28.24%
  • magenta value is 34.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(28,35,0,33)
C28M35Y0K33 
(28%,35%,0%,33%)
(0.28/0.35/0.00/0.33)	

CMYK percentages

%28.24
%34.71
%0
%33.33

Codes

Color #7A6FAA in popluar color models

7A6FAA
RGB122111170
HSL251°25.76%55.10%
HSB/HSV251°34.71%66.67%
CMYK28.24%34.71%0.00%
33.33%

Color #7A6FAA in popluar number systems.

HEX7A6FAA
Decimal122111170
Binary1111010110111110101010
Octal172157252

Shades and tints

Shades of #7A6FAA

#7A6FAA
(122,111,170)
#6F659B
(111,101,155)
#645B8C
(100,91,140)
#59517D
(89,81,125)
#4E476E
(78,71,110)
#433D5F
(67,61,95)
#383350
(56,51,80)
#2D2941
(45,41,65)
#221F32
(34,31,50)
#171523
(23,21,35)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #7A6FAA

#7A6FAA
(122,111,170)
#867CB1
(134,124,177)
#9289B8
(146,137,184)
#9E96BF
(158,150,191)
#AAA3C6
(170,163,198)
#B6B0CD
(182,176,205)
#C2BDD4
(194,189,212)
#CECADB
(206,202,219)
#DAD7E2
(218,215,226)
#E6E4E9
(230,228,233)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6FAA; }

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

This text font color is #7A6FAA.


Background Color

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

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

This div background color is #7A6FAA.


Border color

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

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

This div border color is #7A6FAA.


Opacity

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

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

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

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

This text has shadow with #7A6FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6FAA on black background.


Color preview on white background

This text has color #7A6FAA on white background.



Black color preview on #7A6FAA background

This text has black color on #7A6FAA background.


White color preview on #7A6FAA background

This text has white color on #7A6FAA background.