Shades of Eggplant #800057
Tints of Eggplant #800057
RGB
CMYK
RGB Variations
Color information
#800057 (or 0x800057) is known color: Eggplant. HEX triplet: 80, 00 and 57. RGB value is (128,0,87). Sum of RGB (Red+Green+Blue) = 128+0+87=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #800057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800057 is #7FFFA8. Grayscale: #2F2F2F. Windows color (decimal): -8388521 or 5701760. OLE color: 5701760.
HSL color Cylindrical-coordinate representation of color #800057: hue angle of 319.22º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800057 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 87 | - |
| CMYK | 0 | 1 | 0.32 | 0.50 |
| HSL | 319.22º | 1% | 0.25% | - |
| HSV(B) | 319.22º | 1% | 0.5% | - |
| XYZ | 10.62 | 5.28 | 9.48 | - |
| YUV | 48.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 87 | 0 | 1 | 0.32 | 0.50 | 319.22 | 1 | 0.25 |
| Hex | 80 | 0 | 57 | 0 | 64 | 20 | 32 | 13F | 64 | 19 |
| Octal | 200 | 0 | 127 | 0 | 144 | 40 | 62 | 477 | 144 | 31 |
| Binary | 10000000 | 0 | 1010111 | 0 | 1100100 | 100000 | 110010 | 100111111 | 1100100 | 11001 |
Color Harmonies of #800057
Complementary color
Monochromatic Colors of #800057
Black with #800057
Text Example
Text Example
White with #800057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800057; }
p { color: rgb(128,0,87); }
H1.HeaderClassName
{
color: #800057;
}
.AnyTagClassName
{
color: #800057;
}
</style>
background-color css
<style>
a { background-color: #800057; }
a { background-color: rgb(128,0,87); }
div.DivClassName
{
background-color: #800057;
}
.BgClassName
{
background-color: #800057;
}
</style>
border-color css
<style>
span { border-color: #800057; }
span { border-color: rgb(128,0,87); }
td.TdClassName
{
border-color: #800057;
}
.TagClassName
{
border-color: #800057;
}
</style>