#870576

Color #870576 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #870576

Tints of Purple #870576

Color information

#870576 (or 0x870576) is unknown color: approx Purple. HEX triplet: 87, 05 and 76. RGB value is (135,5,118). Sum of RGB (Red+Green+Blue) = 135+5+118=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #870576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870576 is #78FA89. Grayscale: #383838. Windows color (decimal): -7928458 or 7734663. OLE color: 7734663.

HSL color Cylindrical-coordinate representation of color #870576: hue angle of 307.85º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870576 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB1355118-
CMYK00.960.130.47
HSL307.85º92.86%27.45%-
HSV(B)307.85º96.3%52.94%-
XYZ13.326.5717.71-
YUV56.75162.57183.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 52.33%
GREEN value IS 5 (2.34% from 255) = 1.94%
BLUE value IS 118 (46.48% from 255) = 45.74%
R=52.33%
G=1.94%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135511800.960.130.47307.8592.8627.45
Hex87576060D2F1345d1b
Octal20751660140155746413533
Binary100001111011110110011000001101101111100110100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870576; }

 p { color: rgb(135,5,118); }

 H1.HeaderClassName
 {
   color: #870576;
 }
 .AnyTagClassName
 {
   color: #870576;
 }
</style>
background-color css

<style>
 a { background-color: #870576; }

 a { background-color: rgb(135,5,118); }

 div.DivClassName
 {
   background-color: #870576;
 }
 .BgClassName
 {
   background-color: #870576;
 }
</style>
border-color css

<style>
 span { border-color: #870576; }

 span { border-color: rgb(135,5,118); }

 td.TdClassName
 {
   border-color: #870576;
 }
 .TagClassName
 {
   border-color: #870576;
 }
</style>