#870052

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

Shades of Eggplant #870052

Tints of Eggplant #870052

Color information

#870052 (or 0x870052) is unknown color: approx Eggplant. HEX triplet: 87, 00 and 52. RGB value is (135,0,82). Sum of RGB (Red+Green+Blue) = 135+0+82=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #870052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870052 is #78FFAD. Grayscale: #313131. Windows color (decimal): -7929774 or 5374087. OLE color: 5374087.

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

Color convert

RGB135082-
CMYK010.390.47
HSL323.56º100%26.47%-
HSV(B)323.56º100%52.94%-
XYZ11.515.768.49-
YUV49.71146.23188.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 37.79%
R=62.21%
G=0%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135082010.390.47323.5610026.47
Hex87052064272F144641a
Octal20701220144475750414432
Binary100001110101001001100100100111101111101000100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870052; }

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

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

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

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

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

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

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

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