Shades of Eggplant #800756
Tints of Eggplant #800756
RGB
CMYK
RGB Variations
Color information
#800756 (or 0x800756) is known color: Eggplant. HEX triplet: 80, 07 and 56. RGB value is (128,7,86). Sum of RGB (Red+Green+Blue) = 128+7+86=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #800756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800756 is #7FF8A9. Grayscale: #333333. Windows color (decimal): -8386730 or 5638016. OLE color: 5638016.
HSL color Cylindrical-coordinate representation of color #800756: hue angle of 320.83º 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 #800756 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 86 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.50 |
| HSL | 320.83º | 0.9% | 0.26% | - |
| HSV(B) | 320.83º | 0.95% | 0.5% | - |
| XYZ | 10.66 | 5.41 | 9.29 | - |
| YUV | 52.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 86 | 0 | 0.95 | 0.33 | 0.50 | 320.83 | 0.9 | 0.26 |
| Hex | 80 | 7 | 56 | 0 | 5F | 21 | 32 | 141 | 5A | 1A |
| Octal | 200 | 7 | 126 | 0 | 137 | 41 | 62 | 501 | 132 | 32 |
| Binary | 10000000 | 111 | 1010110 | 0 | 1011111 | 100001 | 110010 | 101000001 | 1011010 | 11010 |
Color Harmonies of #800756
Complementary color
Monochromatic Colors of #800756
Black with #800756
Text Example
Text Example
White with #800756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800756; }
p { color: rgb(128,7,86); }
H1.HeaderClassName
{
color: #800756;
}
.AnyTagClassName
{
color: #800756;
}
</style>
background-color css
<style>
a { background-color: #800756; }
a { background-color: rgb(128,7,86); }
div.DivClassName
{
background-color: #800756;
}
.BgClassName
{
background-color: #800756;
}
</style>
border-color css
<style>
span { border-color: #800756; }
span { border-color: rgb(128,7,86); }
td.TdClassName
{
border-color: #800756;
}
.TagClassName
{
border-color: #800756;
}
</style>