COLOR #79519B

HEX: #79519B
RGB: (121,81,155)

Color info

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

RGB color model

#79519B color RGB value is (121,81,155).

  • red value is 121;
  • green value is 81;
  • blue value is 155.
RGB:
(121,81,155)
(47%,32%,61%)

RGB channels and saturation

R 121 of 255 = 47%
G 81 of 255 = 32%
B 155 of 255 = 61%

121
81
155

R + G + B ~ 47%. #79519B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 81 + 155 = 357 (100%)
R 121 of 357 ~ 33.89%
G 81 of 357 ~ 22.69%
B 155 of 357 ~ 43.42%

%33.89
%22.69
%43.42

CMYK color model

#79519B color CMYK value is (22,48,0,39).

  • cyan value is 21.94%
  • magenta value is 47.74%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(22,48,0,39)
C22M48Y0K39 
(22%,48%,0%,39%)
(0.22/0.48/0.00/0.39)	

CMYK percentages

%21.94
%47.74
%0
%39.22

Codes

Color #79519B in popluar color models

79519B
RGB12181155
HSL272°31.36%46.27%
HSB/HSV272°47.74%60.78%
CMYK21.94%47.74%0.00%
39.22%

Color #79519B in popluar number systems.

HEX79519B
Decimal12181155
Binary1111001101000110011011
Octal171121233

Shades and tints

Shades of #79519B

#79519B
(121,81,155)
#6E4A8D
(110,74,141)
#63437F
(99,67,127)
#583C71
(88,60,113)
#4D3563
(77,53,99)
#422E55
(66,46,85)
#372747
(55,39,71)
#2C2039
(44,32,57)
#21192B
(33,25,43)
#16121D
(22,18,29)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #79519B

#79519B
(121,81,155)
#8560A4
(133,96,164)
#916FAD
(145,111,173)
#9D7EB6
(157,126,182)
#A98DBF
(169,141,191)
#B59CC8
(181,156,200)
#C1ABD1
(193,171,209)
#CDBADA
(205,186,218)
#D9C9E3
(217,201,227)
#E5D8EC
(229,216,236)
#F1E7F5
(241,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79519B color. Also use rgb(121,81,155) instead hex code.

Text Font Color

.myTextColor { color: #79519B; }

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

This text font color is #79519B.


Background Color

.myBgColor { background-color: #79519B; }

<div style="background-color:#79519B">Inner text</div>

This div background color is #79519B.


Border color

.myBorderColor { border: 1px solid #79519B; }

<div style="border:3px solid #79519B">Div</div>

This div border color is #79519B.


Opacity

.myOpacity80 { color: #79519B; opacity: 0.8; }

<p style="color:#79519B;opacity:0.8;">80%</p>

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

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

This text has shadow with #79519B color.

.textShadow {text-shadow: 3px 3px 1px #79519B, 3px 3px 1px red;}

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

This text has shadow with #79519B primary color and red secondary color.


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

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

This text has shadow with #79519B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79519B on black background.


Color preview on white background

This text has color #79519B on white background.



Black color preview on #79519B background

This text has black color on #79519B background.


White color preview on #79519B background

This text has white color on #79519B background.