COLOR #813579

HEX: #813579
RGB: (129,53,121)

Color info

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

RGB color model

#813579 color RGB value is (129,53,121).

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

RGB channels and saturation

R 129 of 255 = 51%
G 53 of 255 = 21%
B 121 of 255 = 47%

129
53
121

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

Portions of RGB colors in percentages

R + G + B =
129 + 53 + 121 = 303 (100%)
R 129 of 303 ~ 42.57%
G 53 of 303 ~ 17.49%
B 121 of 303 ~ 39.93%

%42.57
%17.49
%39.93

CMYK color model

#813579 color CMYK value is (0,59,6,49).

  • cyan value is 0.00%
  • magenta value is 58.91%
  • yellow value is 6.20%
  • key color value is 49.41%
CMYK:
(0,59,6,49)
C0M59Y6K49 
(0%,59%,6%,49%)
(0.00/0.59/0.06/0.49)	

CMYK percentages

%0
%58.91
%6.2
%49.41

Codes

Color #813579 in popluar color models

813579
RGB12953121
HSL306°41.76%35.69%
HSB/HSV306°58.91%50.59%
CMYK0.00%58.91%6.20%
49.41%

Color #813579 in popluar number systems.

HEX813579
Decimal12953121
Binary100000011101011111001
Octal20165171

Shades and tints

Shades of #813579

#813579
(129,53,121)
#76316E
(118,49,110)
#6B2D63
(107,45,99)
#602958
(96,41,88)
#55254D
(85,37,77)
#4A2142
(74,33,66)
#3F1D37
(63,29,55)
#34192C
(52,25,44)
#291521
(41,21,33)
#1E1116
(30,17,22)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #813579

#813579
(129,53,121)
#8C4785
(140,71,133)
#975991
(151,89,145)
#A26B9D
(162,107,157)
#AD7DA9
(173,125,169)
#B88FB5
(184,143,181)
#C3A1C1
(195,161,193)
#CEB3CD
(206,179,205)
#D9C5D9
(217,197,217)
#E4D7E5
(228,215,229)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #813579; }

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

This text font color is #813579.


Background Color

.myBgColor { background-color: #813579; }

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

This div background color is #813579.


Border color

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

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

This div border color is #813579.


Opacity

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

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

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

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

This text has shadow with #813579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813579 on black background.


Color preview on white background

This text has color #813579 on white background.



Black color preview on #813579 background

This text has black color on #813579 background.


White color preview on #813579 background

This text has white color on #813579 background.