Shades of Eggplant #800060
Tints of Eggplant #800060
RGB
CMYK
RGB Variations
Color information
#800060 (or 0x800060) is known color: Eggplant. HEX triplet: 80, 00 and 60. RGB value is (128,0,96). Sum of RGB (Red+Green+Blue) = 128+0+96=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #800060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800060 is #7FFF9F. Grayscale: #303030. Windows color (decimal): -8388512 or 6291584. OLE color: 6291584.
HSL color Cylindrical-coordinate representation of color #800060: hue angle of 315º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800060 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 96 | - |
| CMYK | 0 | 1 | 0.25 | 0.50 |
| HSL | 315º | 1% | 0.25% | - |
| HSV(B) | 315º | 1% | 0.5% | - |
| XYZ | 11.01 | 5.43 | 11.53 | - |
| YUV | 49.22 | 154.41 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 96 | 0 | 1 | 0.25 | 0.50 | 315 | 1 | 0.25 |
| Hex | 80 | 0 | 60 | 0 | 64 | 19 | 32 | 13B | 64 | 19 |
| Octal | 200 | 0 | 140 | 0 | 144 | 31 | 62 | 473 | 144 | 31 |
| Binary | 10000000 | 0 | 1100000 | 0 | 1100100 | 11001 | 110010 | 100111011 | 1100100 | 11001 |
Color Harmonies of #800060
Complementary color
Monochromatic Colors of #800060
Black with #800060
Text Example
Text Example
White with #800060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800060; }
p { color: rgb(128,0,96); }
H1.HeaderClassName
{
color: #800060;
}
.AnyTagClassName
{
color: #800060;
}
</style>
background-color css
<style>
a { background-color: #800060; }
a { background-color: rgb(128,0,96); }
div.DivClassName
{
background-color: #800060;
}
.BgClassName
{
background-color: #800060;
}
</style>
border-color css
<style>
span { border-color: #800060; }
span { border-color: rgb(128,0,96); }
td.TdClassName
{
border-color: #800060;
}
.TagClassName
{
border-color: #800060;
}
</style>