#870458

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

Shades of Eggplant #870458

Tints of Eggplant #870458

Color information

#870458 (or 0x870458) is unknown color: approx Eggplant. HEX triplet: 87, 04 and 58. RGB value is (135,4,88). Sum of RGB (Red+Green+Blue) = 135+4+88=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #870458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870458 is #78FBA7. Grayscale: #343434. Windows color (decimal): -7928744 or 5768327. OLE color: 5768327.

HSL color Cylindrical-coordinate representation of color #870458: hue angle of 321.53º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870458 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB135488-
CMYK00.970.350.47
HSL321.53º94.24%27.25%-
HSV(B)321.53º97.04%52.94%-
XYZ11.85.949.76-
YUV52.74147.9186.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.47%
GREEN value IS 4 (1.95% from 255) = 1.76%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=59.47%
G=1.76%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13548800.970.350.47321.5394.2427.25
Hex87458061232F1425e1b
Octal20741300141435750213633
Binary10000111100101100001100001100011101111101000010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870458; }

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

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

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

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

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

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

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

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