COLOR #7A6FA9

HEX: #7A6FA9
RGB: (122,111,169)

Color info

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

RGB color model

#7A6FA9 color RGB value is (122,111,169).

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

RGB channels and saturation

R 122 of 255 = 48%
G 111 of 255 = 44%
B 169 of 255 = 66%

122
111
169

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

Portions of RGB colors in percentages

R + G + B =
122 + 111 + 169 = 402 (100%)
R 122 of 402 ~ 30.35%
G 111 of 402 ~ 27.61%
B 169 of 402 ~ 42.04%

%30.35
%27.61
%42.04

CMYK color model

#7A6FA9 color CMYK value is (28,34,0,34).

  • cyan value is 27.81%
  • magenta value is 34.32%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(28,34,0,34)
C28M34Y0K34 
(28%,34%,0%,34%)
(0.28/0.34/0.00/0.34)	

CMYK percentages

%27.81
%34.32
%0
%33.73

Codes

Color #7A6FA9 in popluar color models

7A6FA9
RGB122111169
HSL251°25.22%54.90%
HSB/HSV251°34.32%66.27%
CMYK27.81%34.32%0.00%
33.73%

Color #7A6FA9 in popluar number systems.

HEX7A6FA9
Decimal122111169
Binary1111010110111110101001
Octal172157251

Shades and tints

Shades of #7A6FA9

#7A6FA9
(122,111,169)
#6F659A
(111,101,154)
#645B8B
(100,91,139)
#59517C
(89,81,124)
#4E476D
(78,71,109)
#433D5E
(67,61,94)
#38334F
(56,51,79)
#2D2940
(45,41,64)
#221F31
(34,31,49)
#171522
(23,21,34)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #7A6FA9

#7A6FA9
(122,111,169)
#867CB0
(134,124,176)
#9289B7
(146,137,183)
#9E96BE
(158,150,190)
#AAA3C5
(170,163,197)
#B6B0CC
(182,176,204)
#C2BDD3
(194,189,211)
#CECADA
(206,202,218)
#DAD7E1
(218,215,225)
#E6E4E8
(230,228,232)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6FA9; }

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

This text font color is #7A6FA9.


Background Color

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

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

This div background color is #7A6FA9.


Border color

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

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

This div border color is #7A6FA9.


Opacity

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

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

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

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

This text has shadow with #7A6FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6FA9 on black background.


Color preview on white background

This text has color #7A6FA9 on white background.



Black color preview on #7A6FA9 background

This text has black color on #7A6FA9 background.


White color preview on #7A6FA9 background

This text has white color on #7A6FA9 background.