Shades of Eggplant #800563
Tints of Eggplant #800563
RGB
CMYK
RGB Variations
Color information
#800563 (or 0x800563) is known color: Eggplant. HEX triplet: 80, 05 and 63. RGB value is (128,5,99). Sum of RGB (Red+Green+Blue) = 128+5+99=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #800563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800563 is #7FFA9C. Grayscale: #343434. Windows color (decimal): -8387229 or 6489472. OLE color: 6489472.
HSL color Cylindrical-coordinate representation of color #800563: hue angle of 314.15º 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 #800563 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 5 | 99 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.50 |
| HSL | 314.15º | 0.92% | 0.26% | - |
| HSV(B) | 314.15º | 0.96% | 0.5% | - |
| XYZ | 11.21 | 5.6 | 12.29 | - |
| YUV | 52.49 | 154.25 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 99 | 0 | 0.96 | 0.23 | 0.50 | 314.15 | 0.92 | 0.26 |
| Hex | 80 | 5 | 63 | 0 | 60 | 17 | 32 | 13A | 5C | 1A |
| Octal | 200 | 5 | 143 | 0 | 140 | 27 | 62 | 472 | 134 | 32 |
| Binary | 10000000 | 101 | 1100011 | 0 | 1100000 | 10111 | 110010 | 100111010 | 1011100 | 11010 |
Color Harmonies of #800563
Complementary color
Monochromatic Colors of #800563
Black with #800563
Text Example
Text Example
White with #800563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800563; }
p { color: rgb(128,5,99); }
H1.HeaderClassName
{
color: #800563;
}
.AnyTagClassName
{
color: #800563;
}
</style>
background-color css
<style>
a { background-color: #800563; }
a { background-color: rgb(128,5,99); }
div.DivClassName
{
background-color: #800563;
}
.BgClassName
{
background-color: #800563;
}
</style>
border-color css
<style>
span { border-color: #800563; }
span { border-color: rgb(128,5,99); }
td.TdClassName
{
border-color: #800563;
}
.TagClassName
{
border-color: #800563;
}
</style>