COLOR #813569

HEX: #813569
RGB: (129,53,105)

Color info

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

RGB color model

#813569 color RGB value is (129,53,105).

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

RGB channels and saturation

R 129 of 255 = 51%
G 53 of 255 = 21%
B 105 of 255 = 41%

129
53
105

R + G + B ~ 38%. #813569 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 53 + 105 = 287 (100%)
R 129 of 287 ~ 44.95%
G 53 of 287 ~ 18.47%
B 105 of 287 ~ 36.59%

%44.95
%18.47
%36.59

CMYK color model

#813569 color CMYK value is (0,59,19,49).

  • cyan value is 0.00%
  • magenta value is 58.91%
  • yellow value is 18.60%
  • key color value is 49.41%
CMYK:
(0,59,19,49)
C0M59Y19K49 
(0%,59%,19%,49%)
(0.00/0.59/0.19/0.49)	

CMYK percentages

%0
%58.91
%18.6
%49.41

Codes

Color #813569 in popluar color models

813569
RGB12953105
HSL319°41.76%35.69%
HSB/HSV319°58.91%50.59%
CMYK0.00%58.91%18.60%
49.41%

Color #813569 in popluar number systems.

HEX813569
Decimal12953105
Binary100000011101011101001
Octal20165151

Shades and tints

Shades of #813569

#813569
(129,53,105)
#763160
(118,49,96)
#6B2D57
(107,45,87)
#60294E
(96,41,78)
#552545
(85,37,69)
#4A213C
(74,33,60)
#3F1D33
(63,29,51)
#34192A
(52,25,42)
#291521
(41,21,33)
#1E1118
(30,17,24)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #813569

#813569
(129,53,105)
#8C4776
(140,71,118)
#975983
(151,89,131)
#A26B90
(162,107,144)
#AD7D9D
(173,125,157)
#B88FAA
(184,143,170)
#C3A1B7
(195,161,183)
#CEB3C4
(206,179,196)
#D9C5D1
(217,197,209)
#E4D7DE
(228,215,222)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #813569; }

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

This text font color is #813569.


Background Color

.myBgColor { background-color: #813569; }

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

This div background color is #813569.


Border color

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

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

This div border color is #813569.


Opacity

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

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

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

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

This text has shadow with #813569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813569 on black background.


Color preview on white background

This text has color #813569 on white background.



Black color preview on #813569 background

This text has black color on #813569 background.


White color preview on #813569 background

This text has white color on #813569 background.