#870F61

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

Shades of Eggplant #870F61

Tints of Eggplant #870F61

Color information

#870F61 (or 0x870F61) is unknown color: approx Eggplant. HEX triplet: 87, 0F and 61. RGB value is (135,15,97). Sum of RGB (Red+Green+Blue) = 135+15+97=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #870F61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870F61 is #78F09E. Grayscale: #3C3C3C. Windows color (decimal): -7925919 or 6360967. OLE color: 6360967.

HSL color Cylindrical-coordinate representation of color #870F61: hue angle of 319º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F61 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1351597-
CMYK00.890.280.47
HSL319º80%29.41%-
HSV(B)319º88.89%52.94%-
XYZ12.326.3611.89-
YUV60.23148.76181.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.66%
GREEN value IS 15 (6.25% from 255) = 6.07%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=54.66%
G=6.07%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135159700.890.280.473198029.41
Hex87F610591C2F13f501d
Octal207171410131345747712035
Binary10000111111111000010101100111100101111100111111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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