Shades of Eggplant #80075B
Tints of Eggplant #80075B
RGB
CMYK
RGB Variations
Color information
#80075B (or 0x80075B) is known color: Eggplant. HEX triplet: 80, 07 and 5B. RGB value is (128,7,91). Sum of RGB (Red+Green+Blue) = 128+7+91=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80075B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80075B is #7FF8A4. Grayscale: #343434. Windows color (decimal): -8386725 or 5965696. OLE color: 5965696.
HSL color Cylindrical-coordinate representation of color #80075B: hue angle of 318.35º 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 #80075B is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 91 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.50 |
| HSL | 318.35º | 0.9% | 0.26% | - |
| HSV(B) | 318.35º | 0.95% | 0.5% | - |
| XYZ | 10.87 | 5.5 | 10.39 | - |
| YUV | 52.76 | 149.59 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 91 | 0 | 0.95 | 0.29 | 0.50 | 318.35 | 0.9 | 0.26 |
| Hex | 80 | 7 | 5B | 0 | 5F | 1D | 32 | 13E | 5A | 1A |
| Octal | 200 | 7 | 133 | 0 | 137 | 35 | 62 | 476 | 132 | 32 |
| Binary | 10000000 | 111 | 1011011 | 0 | 1011111 | 11101 | 110010 | 100111110 | 1011010 | 11010 |
Color Harmonies of #80075B
Complementary color
Monochromatic Colors of #80075B
Black with #80075B
Text Example
Text Example
White with #80075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80075B; }
p { color: rgb(128,7,91); }
H1.HeaderClassName
{
color: #80075B;
}
.AnyTagClassName
{
color: #80075B;
}
</style>
background-color css
<style>
a { background-color: #80075B; }
a { background-color: rgb(128,7,91); }
div.DivClassName
{
background-color: #80075B;
}
.BgClassName
{
background-color: #80075B;
}
</style>
border-color css
<style>
span { border-color: #80075B; }
span { border-color: rgb(128,7,91); }
td.TdClassName
{
border-color: #80075B;
}
.TagClassName
{
border-color: #80075B;
}
</style>