#871584

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

Shades of Dark Purple #871584

Tints of Dark Purple #871584

Color information

#871584 (or 0x871584) is unknown color: approx Dark Purple. HEX triplet: 87, 15 and 84. RGB value is (135,21,132). Sum of RGB (Red+Green+Blue) = 135+21+132=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #871584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871584 is #78EA7B. Grayscale: #434343. Windows color (decimal): -7924348 or 8656263. OLE color: 8656263.

HSL color Cylindrical-coordinate representation of color #871584: hue angle of 301.58º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871584 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13521132-
CMYK00.840.020.47
HSL301.58º73.08%30.59%-
HSV(B)301.58º84.44%52.94%-
XYZ14.427.3522.49-
YUV67.74164.27175.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 21 (8.59% from 255) = 7.29%
BLUE value IS 132 (51.95% from 255) = 45.83%
R=46.88%
G=7.29%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352113200.840.020.47301.5873.0830.59
Hex87158405422F12e491f
Octal20725204012425745611137
Binary1000011110101100001000101010010101111100101110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871584; }

 p { color: rgb(135,21,132); }

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

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

 a { background-color: rgb(135,21,132); }

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

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

 span { border-color: rgb(135,21,132); }

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