Shades of Eggplant #800553
Tints of Eggplant #800553
RGB
CMYK
RGB Variations
Color information
#800553 (or 0x800553) is known color: Eggplant. HEX triplet: 80, 05 and 53. RGB value is (128,5,83). Sum of RGB (Red+Green+Blue) = 128+5+83=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #800553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800553 is #7FFAAC. Grayscale: #323232. Windows color (decimal): -8387245 or 5440896. OLE color: 5440896.
HSL color Cylindrical-coordinate representation of color #800553: hue angle of 321.95º 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 #800553 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 5 | 83 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.50 |
| HSL | 321.95º | 0.92% | 0.26% | - |
| HSV(B) | 321.95º | 0.96% | 0.5% | - |
| XYZ | 10.52 | 5.32 | 8.66 | - |
| YUV | 50.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 83 | 0 | 0.96 | 0.35 | 0.50 | 321.95 | 0.92 | 0.26 |
| Hex | 80 | 5 | 53 | 0 | 60 | 23 | 32 | 142 | 5C | 1A |
| Octal | 200 | 5 | 123 | 0 | 140 | 43 | 62 | 502 | 134 | 32 |
| Binary | 10000000 | 101 | 1010011 | 0 | 1100000 | 100011 | 110010 | 101000010 | 1011100 | 11010 |
Color Harmonies of #800553
Complementary color
Monochromatic Colors of #800553
Black with #800553
Text Example
Text Example
White with #800553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800553; }
p { color: rgb(128,5,83); }
H1.HeaderClassName
{
color: #800553;
}
.AnyTagClassName
{
color: #800553;
}
</style>
background-color css
<style>
a { background-color: #800553; }
a { background-color: rgb(128,5,83); }
div.DivClassName
{
background-color: #800553;
}
.BgClassName
{
background-color: #800553;
}
</style>
border-color css
<style>
span { border-color: #800553; }
span { border-color: rgb(128,5,83); }
td.TdClassName
{
border-color: #800553;
}
.TagClassName
{
border-color: #800553;
}
</style>