COLOR #7A6199

HEX: #7A6199
RGB: (122,97,153)

Color info

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

RGB color model

#7A6199 color RGB value is (122,97,153).

  • red value is 122;
  • green value is 97;
  • blue value is 153.
RGB:
(122,97,153)
(48%,38%,60%)

RGB channels and saturation

R 122 of 255 = 48%
G 97 of 255 = 38%
B 153 of 255 = 60%

122
97
153

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

Portions of RGB colors in percentages

R + G + B =
122 + 97 + 153 = 372 (100%)
R 122 of 372 ~ 32.8%
G 97 of 372 ~ 26.08%
B 153 of 372 ~ 41.13%

%32.8
%26.08
%41.13

CMYK color model

#7A6199 color CMYK value is (20,37,0,40).

  • cyan value is 20.26%
  • magenta value is 36.60%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(20,37,0,40)
C20M37Y0K40 
(20%,37%,0%,40%)
(0.20/0.37/0.00/0.40)	

CMYK percentages

%20.26
%36.6
%0
%40

Codes

Color #7A6199 in popluar color models

7A6199
RGB12297153
HSL267°22.40%49.02%
HSB/HSV267°36.60%60.00%
CMYK20.26%36.60%0.00%
40.00%

Color #7A6199 in popluar number systems.

HEX7A6199
Decimal12297153
Binary1111010110000110011001
Octal172141231

Shades and tints

Shades of #7A6199

#7A6199
(122,97,153)
#6F598C
(111,89,140)
#64517F
(100,81,127)
#594972
(89,73,114)
#4E4165
(78,65,101)
#433958
(67,57,88)
#38314B
(56,49,75)
#2D293E
(45,41,62)
#222131
(34,33,49)
#171924
(23,25,36)
#0C1117
(12,17,23)
#000000
(0,0,0)

Tints of #7A6199

#7A6199
(122,97,153)
#866FA2
(134,111,162)
#927DAB
(146,125,171)
#9E8BB4
(158,139,180)
#AA99BD
(170,153,189)
#B6A7C6
(182,167,198)
#C2B5CF
(194,181,207)
#CEC3D8
(206,195,216)
#DAD1E1
(218,209,225)
#E6DFEA
(230,223,234)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6199 color. Also use rgb(122,97,153) instead hex code.

Text Font Color

.myTextColor { color: #7A6199; }

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

This text font color is #7A6199.


Background Color

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

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

This div background color is #7A6199.


Border color

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

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

This div border color is #7A6199.


Opacity

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

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

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

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

This text has shadow with #7A6199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6199 on black background.


Color preview on white background

This text has color #7A6199 on white background.



Black color preview on #7A6199 background

This text has black color on #7A6199 background.


White color preview on #7A6199 background

This text has white color on #7A6199 background.