#871860

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

Shades of Dark Purple #871860

Tints of Dark Purple #871860

Color information

#871860 (or 0x871860) is unknown color: approx Dark Purple. HEX triplet: 87, 18 and 60. RGB value is (135,24,96). Sum of RGB (Red+Green+Blue) = 135+24+96=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #871860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871860 is #78E79F. Grayscale: #414141. Windows color (decimal): -7923616 or 6297735. OLE color: 6297735.

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

Color convert

RGB1352496-
CMYK00.820.290.47
HSL321.08º69.81%31.18%-
HSV(B)321.08º82.22%52.94%-
XYZ12.436.6511.69-
YUV65.4145.27177.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 24 (9.77% from 255) = 9.41%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=52.94%
G=9.41%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135249600.820.290.47321.0869.8131.18
Hex8718600521D2F141461f
Octal207301400122355750110637
Binary100001111100011000000101001011101101111101000001100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871860; }

 p { color: rgb(135,24,96); }

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

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

 a { background-color: rgb(135,24,96); }

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

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

 span { border-color: rgb(135,24,96); }

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