#87024F

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

Shades of Eggplant #87024F

Tints of Eggplant #87024F

Color information

#87024F (or 0x87024F) is unknown color: approx Eggplant. HEX triplet: 87, 02 and 4F. RGB value is (135,2,79). Sum of RGB (Red+Green+Blue) = 135+2+79=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #87024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87024F is #78FDB0. Grayscale: #323232. Windows color (decimal): -7929265 or 5177991. OLE color: 5177991.

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

Color convert

RGB135279-
CMYK00.990.410.47
HSL325.26º97.08%26.86%-
HSV(B)325.26º98.52%52.94%-
XYZ11.425.767.91-
YUV50.54144.06188.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.5%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=62.5%
G=0.93%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13527900.990.410.47325.2697.0826.86
Hex8724F063292F145611b
Octal20721170143515750514133
Binary1000011110100111101100011101001101111101000101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87024F; }

 p { color: rgb(135,2,79); }

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

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

 a { background-color: rgb(135,2,79); }

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

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

 span { border-color: rgb(135,2,79); }

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