#870554

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

Shades of Eggplant #870554

Tints of Eggplant #870554

Color information

#870554 (or 0x870554) is unknown color: approx Eggplant. HEX triplet: 87, 05 and 54. RGB value is (135,5,84). Sum of RGB (Red+Green+Blue) = 135+5+84=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #870554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870554 is #78FAAB. Grayscale: #343434. Windows color (decimal): -7928492 or 5506439. OLE color: 5506439.

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

Color convert

RGB135584-
CMYK00.960.380.47
HSL323.54º92.86%27.45%-
HSV(B)323.54º96.3%52.94%-
XYZ11.655.98.91-
YUV52.88145.57186.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.27%
GREEN value IS 5 (2.34% from 255) = 2.23%
BLUE value IS 84 (33.20% from 255) = 37.5%
R=60.27%
G=2.23%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13558400.960.380.47323.5492.8627.45
Hex87554060262F1445d1b
Octal20751240140465750413533
Binary10000111101101010001100000100110101111101000100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870554; }

 p { color: rgb(135,5,84); }

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

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

 a { background-color: rgb(135,5,84); }

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

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

 span { border-color: rgb(135,5,84); }

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