COLOR #813179

HEX: #813179
RGB: (129,49,121)

Color info

#813179 contains mainly red and blue colors. Web safe color of #813179 is #993366 (or #936).

RGB color model

#813179 color RGB value is (129,49,121).

  • red value is 129;
  • green value is 49;
  • blue value is 121.
RGB:
(129,49,121)
(51%,19%,47%)

RGB channels and saturation

R 129 of 255 = 51%
G 49 of 255 = 19%
B 121 of 255 = 47%

129
49
121

R + G + B ~ 39%. #813179 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 49 + 121 = 299 (100%)
R 129 of 299 ~ 43.14%
G 49 of 299 ~ 16.39%
B 121 of 299 ~ 40.47%

%43.14
%16.39
%40.47

CMYK color model

#813179 color CMYK value is (0,62,6,49).

  • cyan value is 0.00%
  • magenta value is 62.02%
  • yellow value is 6.20%
  • key color value is 49.41%
CMYK:
(0,62,6,49)
C0M62Y6K49 
(0%,62%,6%,49%)
(0.00/0.62/0.06/0.49)	

CMYK percentages

%0
%62.02
%6.2
%49.41

Codes

Color #813179 in popluar color models

813179
RGB12949121
HSL306°44.94%34.90%
HSB/HSV306°62.02%50.59%
CMYK0.00%62.02%6.20%
49.41%

Color #813179 in popluar number systems.

HEX813179
Decimal12949121
Binary100000011100011111001
Octal20161171

Shades and tints

Shades of #813179

#813179
(129,49,121)
#762D6E
(118,45,110)
#6B2963
(107,41,99)
#602558
(96,37,88)
#55214D
(85,33,77)
#4A1D42
(74,29,66)
#3F1937
(63,25,55)
#34152C
(52,21,44)
#291121
(41,17,33)
#1E0D16
(30,13,22)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #813179

#813179
(129,49,121)
#8C4385
(140,67,133)
#975591
(151,85,145)
#A2679D
(162,103,157)
#AD79A9
(173,121,169)
#B88BB5
(184,139,181)
#C39DC1
(195,157,193)
#CEAFCD
(206,175,205)
#D9C1D9
(217,193,217)
#E4D3E5
(228,211,229)
#EFE5F1
(239,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813179 color. Also use rgb(129,49,121) instead hex code.

Text Font Color

.myTextColor { color: #813179; }

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

This text font color is #813179.


Background Color

.myBgColor { background-color: #813179; }

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

This div background color is #813179.


Border color

.myBorderColor { border: 1px solid #813179; }

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

This div border color is #813179.


Opacity

.myOpacity80 { color: #813179; opacity: 0.8; }

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

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

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

This text has shadow with #813179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813179 on black background.


Color preview on white background

This text has color #813179 on white background.



Black color preview on #813179 background

This text has black color on #813179 background.


White color preview on #813179 background

This text has white color on #813179 background.