Shades of Eggplant #800460
Tints of Eggplant #800460
RGB
CMYK
RGB Variations
Color information
#800460 (or 0x800460) is known color: Eggplant. HEX triplet: 80, 04 and 60. RGB value is (128,4,96). Sum of RGB (Red+Green+Blue) = 128+4+96=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #800460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800460 is #7FFB9F. Grayscale: #333333. Windows color (decimal): -8387488 or 6292608. OLE color: 6292608.
HSL color Cylindrical-coordinate representation of color #800460: hue angle of 315.48º 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 #800460 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 96 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.50 |
| HSL | 315.48º | 0.94% | 0.26% | - |
| HSV(B) | 315.48º | 0.97% | 0.5% | - |
| XYZ | 11.06 | 5.52 | 11.55 | - |
| YUV | 51.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 96 | 0 | 0.97 | 0.25 | 0.50 | 315.48 | 0.94 | 0.26 |
| Hex | 80 | 4 | 60 | 0 | 61 | 19 | 32 | 13B | 5E | 1A |
| Octal | 200 | 4 | 140 | 0 | 141 | 31 | 62 | 473 | 136 | 32 |
| Binary | 10000000 | 100 | 1100000 | 0 | 1100001 | 11001 | 110010 | 100111011 | 1011110 | 11010 |
Color Harmonies of #800460
Complementary color
Monochromatic Colors of #800460
Black with #800460
Text Example
Text Example
White with #800460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800460; }
p { color: rgb(128,4,96); }
H1.HeaderClassName
{
color: #800460;
}
.AnyTagClassName
{
color: #800460;
}
</style>
background-color css
<style>
a { background-color: #800460; }
a { background-color: rgb(128,4,96); }
div.DivClassName
{
background-color: #800460;
}
.BgClassName
{
background-color: #800460;
}
</style>
border-color css
<style>
span { border-color: #800460; }
span { border-color: rgb(128,4,96); }
td.TdClassName
{
border-color: #800460;
}
.TagClassName
{
border-color: #800460;
}
</style>