#800559

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

Shades of Eggplant #800559

Tints of Eggplant #800559

Color information

#800559 (or 0x800559) is unknown color: approx Eggplant. HEX triplet: 80, 05 and 59. RGB value is (128,5,89). Sum of RGB (Red+Green+Blue) = 128+5+89=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #800559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800559 is #7FFAA6. Grayscale: #333333. Windows color (decimal): -8387239 or 5834112. OLE color: 5834112.

HSL color Cylindrical-coordinate representation of color #800559: hue angle of 319.02º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800559 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB128589-
CMYK00.960.300.50
HSL319.02º92.48%26.08%-
HSV(B)319.02º96.09%50.2%-
XYZ10.765.429.93-
YUV51.35149.25182.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.66%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 89 (35.16% from 255) = 40.09%
R=57.66%
G=2.25%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12858900.960.300.50319.0292.4826.08
Hex805590601E3213f5c1a
Octal20051310140366247713432
Binary1000000010110110010110000011110110010100111111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800559; }

 p { color: rgb(128,5,89); }

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

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

 a { background-color: rgb(128,5,89); }

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

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

 span { border-color: rgb(128,5,89); }

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