#871684

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

Shades of Dark Purple #871684

Tints of Dark Purple #871684

Color information

#871684 (or 0x871684) is unknown color: approx Dark Purple. HEX triplet: 87, 16 and 84. RGB value is (135,22,132). Sum of RGB (Red+Green+Blue) = 135+22+132=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #871684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871684 is #78E97B. Grayscale: #444444. Windows color (decimal): -7924092 or 8656519. OLE color: 8656519.

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

Color convert

RGB13522132-
CMYK00.840.020.47
HSL301.59º71.97%30.78%-
HSV(B)301.59º83.7%52.94%-
XYZ14.447.3922.5-
YUV68.33163.94175.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 22 (8.98% from 255) = 7.61%
BLUE value IS 132 (51.95% from 255) = 45.67%
R=46.71%
G=7.61%
B=45.67%

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
Decimal1352213200.840.020.47301.5971.9730.78
Hex87168405422F12e481f
Octal20726204012425745611037
Binary1000011110110100001000101010010101111100101110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871684; }

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

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

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

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

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

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

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

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