#870F58

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

Shades of Eggplant #870F58

Tints of Eggplant #870F58

Color information

#870F58 (or 0x870F58) is unknown color: approx Eggplant. HEX triplet: 87, 0F and 58. RGB value is (135,15,88). Sum of RGB (Red+Green+Blue) = 135+15+88=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #870F58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870F58 is #78F0A7. Grayscale: #3B3B3B. Windows color (decimal): -7925928 or 5771143. OLE color: 5771143.

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

Color convert

RGB1351588-
CMYK00.890.350.47
HSL323.5º80%29.41%-
HSV(B)323.5º88.89%52.94%-
XYZ11.926.29.8-
YUV59.2144.26182.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.72%
GREEN value IS 15 (6.25% from 255) = 6.30%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=56.72%
G=6.30%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135158800.890.350.47323.58029.41
Hex87F58059232F144501d
Octal207171300131435750412035
Binary100001111111101100001011001100011101111101000100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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