Shades of Eggplant #800260
Tints of Eggplant #800260
RGB
CMYK
RGB Variations
Color information
#800260 (or 0x800260) is known color: Eggplant. HEX triplet: 80, 02 and 60. RGB value is (128,2,96). Sum of RGB (Red+Green+Blue) = 128+2+96=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #800260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800260 is #7FFD9F. Grayscale: #323232. Windows color (decimal): -8388000 or 6292096. OLE color: 6292096.
HSL color Cylindrical-coordinate representation of color #800260: hue angle of 315.24º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800260 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 96 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.50 |
| HSL | 315.24º | 0.97% | 0.25% | - |
| HSV(B) | 315.24º | 0.98% | 0.5% | - |
| XYZ | 11.04 | 5.48 | 11.54 | - |
| YUV | 50.39 | 153.74 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 96 | 0 | 0.98 | 0.25 | 0.50 | 315.24 | 0.97 | 0.25 |
| Hex | 80 | 2 | 60 | 0 | 62 | 19 | 32 | 13B | 61 | 19 |
| Octal | 200 | 2 | 140 | 0 | 142 | 31 | 62 | 473 | 141 | 31 |
| Binary | 10000000 | 10 | 1100000 | 0 | 1100010 | 11001 | 110010 | 100111011 | 1100001 | 11001 |
Color Harmonies of #800260
Complementary color
Monochromatic Colors of #800260
Black with #800260
Text Example
Text Example
White with #800260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800260; }
p { color: rgb(128,2,96); }
H1.HeaderClassName
{
color: #800260;
}
.AnyTagClassName
{
color: #800260;
}
</style>
background-color css
<style>
a { background-color: #800260; }
a { background-color: rgb(128,2,96); }
div.DivClassName
{
background-color: #800260;
}
.BgClassName
{
background-color: #800260;
}
</style>
border-color css
<style>
span { border-color: #800260; }
span { border-color: rgb(128,2,96); }
td.TdClassName
{
border-color: #800260;
}
.TagClassName
{
border-color: #800260;
}
</style>