#871864

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

Shades of Dark Purple #871864

Tints of Dark Purple #871864

Color information

#871864 (or 0x871864) is unknown color: approx Dark Purple. HEX triplet: 87, 18 and 64. RGB value is (135,24,100). Sum of RGB (Red+Green+Blue) = 135+24+100=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #871864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871864 is #78E79B. Grayscale: #414141. Windows color (decimal): -7923612 or 6559879. OLE color: 6559879.

HSL color Cylindrical-coordinate representation of color #871864: hue angle of 318.92º 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 #871864 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13524100-
CMYK00.820.260.47
HSL318.92º69.81%31.18%-
HSV(B)318.92º82.22%52.94%-
XYZ12.626.7212.69-
YUV65.85147.27177.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 24 (9.77% from 255) = 9.27%
BLUE value IS 100 (39.45% from 255) = 38.61%
R=52.12%
G=9.27%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352410000.820.260.47318.9269.8131.18
Hex8718640521A2F13f461f
Octal207301440122325747710637
Binary100001111100011001000101001011010101111100111111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871864; }

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

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

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

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

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

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

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

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