#871676

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

Shades of Dark Purple #871676

Tints of Dark Purple #871676

Color information

#871676 (or 0x871676) is unknown color: approx Dark Purple. HEX triplet: 87, 16 and 76. RGB value is (135,22,118). Sum of RGB (Red+Green+Blue) = 135+22+118=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #871676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871676 is #78E989. Grayscale: #424242. Windows color (decimal): -7924106 or 7739015. OLE color: 7739015.

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

Color convert

RGB13522118-
CMYK00.840.130.47
HSL309.03º71.97%30.78%-
HSV(B)309.03º83.7%52.94%-
XYZ13.557.0317.78-
YUV66.73156.94176.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 22 (8.98% from 255) = 8%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=49.09%
G=8%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352211800.840.130.47309.0371.9730.78
Hex871676054D2F135481f
Octal207261660124155746511037
Binary10000111101101110110010101001101101111100110101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871676; }

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

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

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

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

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

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

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

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