Shades of Eggplant #800056
Tints of Eggplant #800056
RGB
CMYK
RGB Variations
Color information
#800056 (or 0x800056) is known color: Eggplant. HEX triplet: 80, 00 and 56. RGB value is (128,0,86). Sum of RGB (Red+Green+Blue) = 128+0+86=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #800056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800056 is #7FFFA9. Grayscale: #2F2F2F. Windows color (decimal): -8388522 or 5636224. OLE color: 5636224.
HSL color Cylindrical-coordinate representation of color #800056: hue angle of 319.69º 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 #800056 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.33 | 0.50 |
| HSL | 319.69º | 1% | 0.25% | - |
| HSV(B) | 319.69º | 1% | 0.5% | - |
| XYZ | 10.58 | 5.26 | 9.26 | - |
| YUV | 48.08 | 149.41 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 86 | 0 | 1 | 0.33 | 0.50 | 319.69 | 1 | 0.25 |
| Hex | 80 | 0 | 56 | 0 | 64 | 21 | 32 | 140 | 64 | 19 |
| Octal | 200 | 0 | 126 | 0 | 144 | 41 | 62 | 500 | 144 | 31 |
| Binary | 10000000 | 0 | 1010110 | 0 | 1100100 | 100001 | 110010 | 101000000 | 1100100 | 11001 |
Color Harmonies of #800056
Complementary color
Monochromatic Colors of #800056
Black with #800056
Text Example
Text Example
White with #800056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800056; }
p { color: rgb(128,0,86); }
H1.HeaderClassName
{
color: #800056;
}
.AnyTagClassName
{
color: #800056;
}
</style>
background-color css
<style>
a { background-color: #800056; }
a { background-color: rgb(128,0,86); }
div.DivClassName
{
background-color: #800056;
}
.BgClassName
{
background-color: #800056;
}
</style>
border-color css
<style>
span { border-color: #800056; }
span { border-color: rgb(128,0,86); }
td.TdClassName
{
border-color: #800056;
}
.TagClassName
{
border-color: #800056;
}
</style>