COLOR #870579

HEX: #870579
RGB: (135,5,121)

Color info

#870579 contains mainly red and blue colors. Web safe color of #870579 is #990066 (or #906).

RGB color model

#870579 color RGB value is (135,5,121).

  • red value is 135;
  • green value is 5;
  • blue value is 121.
RGB:
(135,5,121)
(53%,2%,47%)

RGB channels and saturation

R 135 of 255 = 53%
G 5 of 255 = 2%
B 121 of 255 = 47%

135
5
121

R + G + B ~ 34%. #870579 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 5 + 121 = 261 (100%)
R 135 of 261 ~ 51.72%
G 5 of 261 ~ 1.92%
B 121 of 261 ~ 46.36%

%51.72
%46.36

CMYK color model

#870579 color CMYK value is (0,96,10,47).

  • cyan value is 0.00%
  • magenta value is 96.30%
  • yellow value is 10.37%
  • key color value is 47.06%
CMYK:
(0,96,10,47)
C0M96Y10K47 
(0%,96%,10%,47%)
(0.00/0.96/0.10/0.47)	

CMYK percentages

%0
%96.3
%10.37
%47.06

Codes

Color #870579 in popluar color models

870579
RGB1355121
HSL306°92.86%27.45%
HSB/HSV306°96.30%52.94%
CMYK0.00%96.30%10.37%
47.06%

Color #870579 in popluar number systems.

HEX870579
Decimal1355121
Binary100001111011111001
Octal2075171

Shades and tints

Shades of #870579

#870579
(135,5,121)
#7B056E
(123,5,110)
#6F0563
(111,5,99)
#630558
(99,5,88)
#57054D
(87,5,77)
#4B0542
(75,5,66)
#3F0537
(63,5,55)
#33052C
(51,5,44)
#270521
(39,5,33)
#1B0516
(27,5,22)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #870579

#870579
(135,5,121)
#911B85
(145,27,133)
#9B3191
(155,49,145)
#A5479D
(165,71,157)
#AF5DA9
(175,93,169)
#B973B5
(185,115,181)
#C389C1
(195,137,193)
#CD9FCD
(205,159,205)
#D7B5D9
(215,181,217)
#E1CBE5
(225,203,229)
#EBE1F1
(235,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #870579 color. Also use rgb(135,5,121) instead hex code.

Text Font Color

.myTextColor { color: #870579; }

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

This text font color is #870579.


Background Color

.myBgColor { background-color: #870579; }

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

This div background color is #870579.


Border color

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

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

This div border color is #870579.


Opacity

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

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

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

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

This text has shadow with #870579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #870579 on black background.


Color preview on white background

This text has color #870579 on white background.



Black color preview on #870579 background

This text has black color on #870579 background.


White color preview on #870579 background

This text has white color on #870579 background.