#871060

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

Shades of Eggplant #871060

Tints of Eggplant #871060

Color information

#871060 (or 0x871060) is unknown color: approx Eggplant. HEX triplet: 87, 10 and 60. RGB value is (135,16,96). Sum of RGB (Red+Green+Blue) = 135+16+96=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #871060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871060 is #78EF9F. Grayscale: #3C3C3C. Windows color (decimal): -7925664 or 6295687. OLE color: 6295687.

HSL color Cylindrical-coordinate representation of color #871060: hue angle of 319.66º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871060 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1351696-
CMYK00.880.290.47
HSL319.66º78.81%29.61%-
HSV(B)319.66º88.15%52.94%-
XYZ12.296.3711.65-
YUV60.7147.92181-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.66%
GREEN value IS 16 (6.64% from 255) = 6.48%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=54.66%
G=6.48%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135169600.880.290.47319.6678.8129.61
Hex8710600581D2F1404f1e
Octal207201400130355750011736
Binary100001111000011000000101100011101101111101000000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871060; }

 p { color: rgb(135,16,96); }

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

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

 a { background-color: rgb(135,16,96); }

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

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

 span { border-color: rgb(135,16,96); }

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