Shades of Eggplant #801059
Tints of Eggplant #801059
RGB
CMYK
RGB Variations
Color information
#801059 (or 0x801059) is known color: Eggplant. HEX triplet: 80, 10 and 59. RGB value is (128,16,89). Sum of RGB (Red+Green+Blue) = 128+16+89=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #801059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801059 is #7FEFA6. Grayscale: #393939. Windows color (decimal): -8384423 or 5836928. OLE color: 5836928.
HSL color Cylindrical-coordinate representation of color #801059: hue angle of 320.89º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801059 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 16 | 89 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.50 |
| HSL | 320.89º | 0.78% | 0.28% | - |
| HSV(B) | 320.89º | 0.88% | 0.5% | - |
| XYZ | 10.89 | 5.68 | 9.97 | - |
| YUV | 57.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 89 | 0 | 0.88 | 0.30 | 0.50 | 320.89 | 0.78 | 0.28 |
| Hex | 80 | 10 | 59 | 0 | 58 | 1E | 32 | 141 | 4E | 1C |
| Octal | 200 | 20 | 131 | 0 | 130 | 36 | 62 | 501 | 116 | 34 |
| Binary | 10000000 | 10000 | 1011001 | 0 | 1011000 | 11110 | 110010 | 101000001 | 1001110 | 11100 |
Color Harmonies of #801059
Complementary color
Monochromatic Colors of #801059
Black with #801059
Text Example
Text Example
White with #801059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801059; }
p { color: rgb(128,16,89); }
H1.HeaderClassName
{
color: #801059;
}
.AnyTagClassName
{
color: #801059;
}
</style>
background-color css
<style>
a { background-color: #801059; }
a { background-color: rgb(128,16,89); }
div.DivClassName
{
background-color: #801059;
}
.BgClassName
{
background-color: #801059;
}
</style>
border-color css
<style>
span { border-color: #801059; }
span { border-color: rgb(128,16,89); }
td.TdClassName
{
border-color: #801059;
}
.TagClassName
{
border-color: #801059;
}
</style>