#870E52

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

Shades of Eggplant #870E52

Tints of Eggplant #870E52

Color information

#870E52 (or 0x870E52) is unknown color: approx Eggplant. HEX triplet: 87, 0E and 52. RGB value is (135,14,82). Sum of RGB (Red+Green+Blue) = 135+14+82=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #870E52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E52 is #78F1AD. Grayscale: #393939. Windows color (decimal): -7926190 or 5377671. OLE color: 5377671.

HSL color Cylindrical-coordinate representation of color #870E52: hue angle of 326.28º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E52 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1351482-
CMYK00.900.390.47
HSL326.28º81.21%29.22%-
HSV(B)326.28º89.63%52.94%-
XYZ11.676.078.54-
YUV57.93141.59182.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 14 (5.86% from 255) = 6.06%
BLUE value IS 82 (32.42% from 255) = 35.50%
R=58.44%
G=6.06%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135148200.900.390.47326.2881.2129.22
Hex87E5205A272F146511d
Octal207161220132475750612135
Binary100001111110101001001011010100111101111101000110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870E52; }

 p { color: rgb(135,14,82); }

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

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

 a { background-color: rgb(135,14,82); }

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

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

 span { border-color: rgb(135,14,82); }

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