Shades of Eggplant #800059
Tints of Eggplant #800059
RGB
CMYK
RGB Variations
Color information
#800059 (or 0x800059) is known color: Eggplant. HEX triplet: 80, 00 and 59. RGB value is (128,0,89). Sum of RGB (Red+Green+Blue) = 128+0+89=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #800059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800059 is #7FFFA6. Grayscale: #303030. Windows color (decimal): -8388519 or 5832832. OLE color: 5832832.
HSL color Cylindrical-coordinate representation of color #800059: hue angle of 318.28º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800059 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.30 | 0.50 |
| HSL | 318.28º | 1% | 0.25% | - |
| HSV(B) | 318.28º | 1% | 0.5% | - |
| XYZ | 10.71 | 5.31 | 9.91 | - |
| YUV | 48.42 | 150.91 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 89 | 0 | 1 | 0.30 | 0.50 | 318.28 | 1 | 0.25 |
| Hex | 80 | 0 | 59 | 0 | 64 | 1E | 32 | 13E | 64 | 19 |
| Octal | 200 | 0 | 131 | 0 | 144 | 36 | 62 | 476 | 144 | 31 |
| Binary | 10000000 | 0 | 1011001 | 0 | 1100100 | 11110 | 110010 | 100111110 | 1100100 | 11001 |
Color Harmonies of #800059
Complementary color
Monochromatic Colors of #800059
Black with #800059
Text Example
Text Example
White with #800059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800059; }
p { color: rgb(128,0,89); }
H1.HeaderClassName
{
color: #800059;
}
.AnyTagClassName
{
color: #800059;
}
</style>
background-color css
<style>
a { background-color: #800059; }
a { background-color: rgb(128,0,89); }
div.DivClassName
{
background-color: #800059;
}
.BgClassName
{
background-color: #800059;
}
</style>
border-color css
<style>
span { border-color: #800059; }
span { border-color: rgb(128,0,89); }
td.TdClassName
{
border-color: #800059;
}
.TagClassName
{
border-color: #800059;
}
</style>