#87004F

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

Shades of Eggplant #87004F

Tints of Eggplant #87004F

Color information

#87004F (or 0x87004F) is unknown color: approx Eggplant. HEX triplet: 87, 00 and 4F. RGB value is (135,0,79). Sum of RGB (Red+Green+Blue) = 135+0+79=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #87004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87004F is #78FFB0. Grayscale: #313131. Windows color (decimal): -7929777 or 5177479. OLE color: 5177479.

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

Color convert

RGB135079-
CMYK010.410.47
HSL324.89º100%26.47%-
HSV(B)324.89º100%52.94%-
XYZ11.45.727.9-
YUV49.37144.73189.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 36.92%
R=63.08%
G=0%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135079010.410.47324.8910026.47
Hex8704F064292F145641a
Octal20701170144515750514432
Binary100001110100111101100100101001101111101000101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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