Shades of Eggplant #800557
Tints of Eggplant #800557
RGB
CMYK
RGB Variations
Color information
#800557 (or 0x800557) is known color: Eggplant. HEX triplet: 80, 05 and 57. RGB value is (128,5,87). Sum of RGB (Red+Green+Blue) = 128+5+87=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #800557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800557 is #7FFAA8. Grayscale: #323232. Windows color (decimal): -8387241 or 5703040. OLE color: 5703040.
HSL color Cylindrical-coordinate representation of color #800557: hue angle of 320º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800557 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 5 | 87 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.50 |
| HSL | 320º | 0.92% | 0.26% | - |
| HSV(B) | 320º | 0.96% | 0.5% | - |
| XYZ | 10.68 | 5.39 | 9.49 | - |
| YUV | 51.13 | 148.25 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 87 | 0 | 0.96 | 0.32 | 0.50 | 320 | 0.92 | 0.26 |
| Hex | 80 | 5 | 57 | 0 | 60 | 20 | 32 | 140 | 5C | 1A |
| Octal | 200 | 5 | 127 | 0 | 140 | 40 | 62 | 500 | 134 | 32 |
| Binary | 10000000 | 101 | 1010111 | 0 | 1100000 | 100000 | 110010 | 101000000 | 1011100 | 11010 |
Color Harmonies of #800557
Complementary color
Monochromatic Colors of #800557
Black with #800557
Text Example
Text Example
White with #800557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800557; }
p { color: rgb(128,5,87); }
H1.HeaderClassName
{
color: #800557;
}
.AnyTagClassName
{
color: #800557;
}
</style>
background-color css
<style>
a { background-color: #800557; }
a { background-color: rgb(128,5,87); }
div.DivClassName
{
background-color: #800557;
}
.BgClassName
{
background-color: #800557;
}
</style>
border-color css
<style>
span { border-color: #800557; }
span { border-color: rgb(128,5,87); }
td.TdClassName
{
border-color: #800557;
}
.TagClassName
{
border-color: #800557;
}
</style>