#871666

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

Shades of Dark Purple #871666

Tints of Dark Purple #871666

Color information

#871666 (or 0x871666) is unknown color: approx Dark Purple. HEX triplet: 87, 16 and 66. RGB value is (135,22,102). Sum of RGB (Red+Green+Blue) = 135+22+102=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #871666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871666 is #78E999. Grayscale: #404040. Windows color (decimal): -7924122 or 6690439. OLE color: 6690439.

HSL color Cylindrical-coordinate representation of color #871666: hue angle of 317.52º degrees, saturation: 0.72, 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 #871666 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13522102-
CMYK00.840.240.47
HSL317.52º71.97%30.78%-
HSV(B)317.52º83.7%52.94%-
XYZ12.686.6813.19-
YUV64.91148.94178-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 22 (8.98% from 255) = 8.49%
BLUE value IS 102 (40.23% from 255) = 39.38%
R=52.12%
G=8.49%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352210200.840.240.47317.5271.9730.78
Hex871666054182F13e481f
Octal207261460124305747611037
Binary100001111011011001100101010011000101111100111110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871666; }

 p { color: rgb(135,22,102); }

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

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

 a { background-color: rgb(135,22,102); }

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

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

 span { border-color: rgb(135,22,102); }

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