Shades of Eggplant #800759
Tints of Eggplant #800759
RGB
CMYK
RGB Variations
Color information
#800759 (or 0x800759) is known color: Eggplant. HEX triplet: 80, 07 and 59. RGB value is (128,7,89). Sum of RGB (Red+Green+Blue) = 128+7+89=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #800759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800759 is #7FF8A6. Grayscale: #343434. Windows color (decimal): -8386727 or 5834624. OLE color: 5834624.
HSL color Cylindrical-coordinate representation of color #800759: hue angle of 319.34º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800759 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 89 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.50 |
| HSL | 319.34º | 0.9% | 0.26% | - |
| HSV(B) | 319.34º | 0.95% | 0.5% | - |
| XYZ | 10.78 | 5.46 | 9.94 | - |
| YUV | 52.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 89 | 0 | 0.95 | 0.30 | 0.50 | 319.34 | 0.9 | 0.26 |
| Hex | 80 | 7 | 59 | 0 | 5F | 1E | 32 | 13F | 5A | 1A |
| Octal | 200 | 7 | 131 | 0 | 137 | 36 | 62 | 477 | 132 | 32 |
| Binary | 10000000 | 111 | 1011001 | 0 | 1011111 | 11110 | 110010 | 100111111 | 1011010 | 11010 |
Color Harmonies of #800759
Complementary color
Monochromatic Colors of #800759
Black with #800759
Text Example
Text Example
White with #800759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800759; }
p { color: rgb(128,7,89); }
H1.HeaderClassName
{
color: #800759;
}
.AnyTagClassName
{
color: #800759;
}
</style>
background-color css
<style>
a { background-color: #800759; }
a { background-color: rgb(128,7,89); }
div.DivClassName
{
background-color: #800759;
}
.BgClassName
{
background-color: #800759;
}
</style>
border-color css
<style>
span { border-color: #800759; }
span { border-color: rgb(128,7,89); }
td.TdClassName
{
border-color: #800759;
}
.TagClassName
{
border-color: #800759;
}
</style>