#870054

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

Shades of Eggplant #870054

Tints of Eggplant #870054

Color information

#870054 (or 0x870054) is unknown color: approx Eggplant. HEX triplet: 87, 00 and 54. RGB value is (135,0,84). Sum of RGB (Red+Green+Blue) = 135+0+84=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #870054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870054 is #78FFAB. Grayscale: #313131. Windows color (decimal): -7929772 or 5505159. OLE color: 5505159.

HSL color Cylindrical-coordinate representation of color #870054: hue angle of 322.67º 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 #870054 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB135084-
CMYK010.380.47
HSL322.67º100%26.47%-
HSV(B)322.67º100%52.94%-
XYZ11.595.798.89-
YUV49.94147.23188.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 38.36%
R=61.64%
G=0%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135084010.380.47322.6710026.47
Hex87054064262F143641a
Octal20701240144465750314432
Binary100001110101010001100100100110101111101000011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870054; }

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

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

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

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

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

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

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

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