Shades of Eggplant #800463
Tints of Eggplant #800463
RGB
CMYK
RGB Variations
Color information
#800463 (or 0x800463) is known color: Eggplant. HEX triplet: 80, 04 and 63. RGB value is (128,4,99). Sum of RGB (Red+Green+Blue) = 128+4+99=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #800463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800463 is #7FFB9C. Grayscale: #333333. Windows color (decimal): -8387485 or 6489216. OLE color: 6489216.
HSL color Cylindrical-coordinate representation of color #800463: hue angle of 314.03º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800463 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 99 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.50 |
| HSL | 314.03º | 0.94% | 0.26% | - |
| HSV(B) | 314.03º | 0.97% | 0.5% | - |
| XYZ | 11.2 | 5.58 | 12.29 | - |
| YUV | 51.91 | 154.58 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 99 | 0 | 0.97 | 0.23 | 0.50 | 314.03 | 0.94 | 0.26 |
| Hex | 80 | 4 | 63 | 0 | 61 | 17 | 32 | 13A | 5E | 1A |
| Octal | 200 | 4 | 143 | 0 | 141 | 27 | 62 | 472 | 136 | 32 |
| Binary | 10000000 | 100 | 1100011 | 0 | 1100001 | 10111 | 110010 | 100111010 | 1011110 | 11010 |
Color Harmonies of #800463
Complementary color
Monochromatic Colors of #800463
Black with #800463
Text Example
Text Example
White with #800463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800463; }
p { color: rgb(128,4,99); }
H1.HeaderClassName
{
color: #800463;
}
.AnyTagClassName
{
color: #800463;
}
</style>
background-color css
<style>
a { background-color: #800463; }
a { background-color: rgb(128,4,99); }
div.DivClassName
{
background-color: #800463;
}
.BgClassName
{
background-color: #800463;
}
</style>
border-color css
<style>
span { border-color: #800463; }
span { border-color: rgb(128,4,99); }
td.TdClassName
{
border-color: #800463;
}
.TagClassName
{
border-color: #800463;
}
</style>