Shades of Eggplant #80075E
Tints of Eggplant #80075E
RGB
CMYK
RGB Variations
Color information
#80075E (or 0x80075E) is known color: Eggplant. HEX triplet: 80, 07 and 5E. RGB value is (128,7,94). Sum of RGB (Red+Green+Blue) = 128+7+94=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #80075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80075E is #7FF8A1. Grayscale: #343434. Windows color (decimal): -8386722 or 6162304. OLE color: 6162304.
HSL color Cylindrical-coordinate representation of color #80075E: hue angle of 316.86º 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 #80075E is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 94 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.50 |
| HSL | 316.86º | 0.9% | 0.26% | - |
| HSV(B) | 316.86º | 0.95% | 0.5% | - |
| XYZ | 11 | 5.55 | 11.08 | - |
| YUV | 53.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 94 | 0 | 0.95 | 0.27 | 0.50 | 316.86 | 0.9 | 0.26 |
| Hex | 80 | 7 | 5E | 0 | 5F | 1B | 32 | 13D | 5A | 1A |
| Octal | 200 | 7 | 136 | 0 | 137 | 33 | 62 | 475 | 132 | 32 |
| Binary | 10000000 | 111 | 1011110 | 0 | 1011111 | 11011 | 110010 | 100111101 | 1011010 | 11010 |
Color Harmonies of #80075E
Complementary color
Monochromatic Colors of #80075E
Black with #80075E
Text Example
Text Example
White with #80075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80075E; }
p { color: rgb(128,7,94); }
H1.HeaderClassName
{
color: #80075E;
}
.AnyTagClassName
{
color: #80075E;
}
</style>
background-color css
<style>
a { background-color: #80075E; }
a { background-color: rgb(128,7,94); }
div.DivClassName
{
background-color: #80075E;
}
.BgClassName
{
background-color: #80075E;
}
</style>
border-color css
<style>
span { border-color: #80075E; }
span { border-color: rgb(128,7,94); }
td.TdClassName
{
border-color: #80075E;
}
.TagClassName
{
border-color: #80075E;
}
</style>