#871760

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

Shades of Eggplant #871760

Tints of Eggplant #871760

Color information

#871760 (or 0x871760) is unknown color: approx Eggplant. HEX triplet: 87, 17 and 60. RGB value is (135,23,96). Sum of RGB (Red+Green+Blue) = 135+23+96=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #871760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871760 is #78E89F. Grayscale: #404040. Windows color (decimal): -7923872 or 6297479. OLE color: 6297479.

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

Color convert

RGB1352396-
CMYK00.830.290.47
HSL320.89º70.89%30.98%-
HSV(B)320.89º82.96%52.94%-
XYZ12.416.6111.69-
YUV64.81145.61178.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.15%
GREEN value IS 23 (9.38% from 255) = 9.06%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=53.15%
G=9.06%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135239600.830.290.47320.8970.8930.98
Hex8717600531D2F141471f
Octal207271400123355750110737
Binary100001111011111000000101001111101101111101000001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871760; }

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

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

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

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

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

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

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

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