#871688

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

Shades of Dark Purple #871688

Tints of Dark Purple #871688

Color information

#871688 (or 0x871688) is unknown color: approx Dark Purple. HEX triplet: 87, 16 and 88. RGB value is (135,22,136). Sum of RGB (Red+Green+Blue) = 135+22+136=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #871688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871688 is #78E977. Grayscale: #444444. Windows color (decimal): -7924088 or 8918663. OLE color: 8918663.

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

Color convert

RGB13522136-
CMYK0.010.8400.47
HSL299.47º72.15%30.98%-
HSV(B)299.47º83.82%53.33%-
XYZ14.727.523.96-
YUV68.78165.94175.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.08%
GREEN value IS 22 (8.98% from 255) = 7.51%
BLUE value IS 136 (53.52% from 255) = 46.42%
R=46.08%
G=7.51%
B=46.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135221360.010.8400.47299.4772.1530.98
Hex87168815402F12b481f
Octal20726210112405745311037
Binary100001111011010001000110101000101111100101011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871688; }

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

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

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

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

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

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

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

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