#870E61

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

Shades of Eggplant #870E61

Tints of Eggplant #870E61

Color information

#870E61 (or 0x870E61) is unknown color: approx Eggplant. HEX triplet: 87, 0E and 61. RGB value is (135,14,97). Sum of RGB (Red+Green+Blue) = 135+14+97=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #870E61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E61 is #78F19E. Grayscale: #3B3B3B. Windows color (decimal): -7926175 or 6360711. OLE color: 6360711.

HSL color Cylindrical-coordinate representation of color #870E61: hue angle of 318.84º 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 #870E61 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1351497-
CMYK00.900.280.47
HSL318.84º81.21%29.22%-
HSV(B)318.84º89.63%52.94%-
XYZ12.316.3311.88-
YUV59.64149.09181.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.88%
GREEN value IS 14 (5.86% from 255) = 5.69%
BLUE value IS 97 (38.28% from 255) = 39.43%
R=54.88%
G=5.69%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135149700.900.280.47318.8481.2129.22
Hex87E6105A1C2F13f511d
Octal207161410132345747712135
Binary10000111111011000010101101011100101111100111111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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