Shades of Eggplant #800061
Tints of Eggplant #800061
RGB
CMYK
RGB Variations
Color information
#800061 (or 0x800061) is known color: Eggplant. HEX triplet: 80, 00 and 61. RGB value is (128,0,97). Sum of RGB (Red+Green+Blue) = 128+0+97=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #800061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800061 is #7FFF9E. Grayscale: #313131. Windows color (decimal): -8388511 or 6357120. OLE color: 6357120.
HSL color Cylindrical-coordinate representation of color #800061: hue angle of 314.53º 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 #800061 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.24 | 0.50 |
| HSL | 314.53º | 1% | 0.25% | - |
| HSV(B) | 314.53º | 1% | 0.5% | - |
| XYZ | 11.06 | 5.45 | 11.78 | - |
| YUV | 49.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 97 | 0 | 1 | 0.24 | 0.50 | 314.53 | 1 | 0.25 |
| Hex | 80 | 0 | 61 | 0 | 64 | 18 | 32 | 13B | 64 | 19 |
| Octal | 200 | 0 | 141 | 0 | 144 | 30 | 62 | 473 | 144 | 31 |
| Binary | 10000000 | 0 | 1100001 | 0 | 1100100 | 11000 | 110010 | 100111011 | 1100100 | 11001 |
Color Harmonies of #800061
Complementary color
Monochromatic Colors of #800061
Black with #800061
Text Example
Text Example
White with #800061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800061; }
p { color: rgb(128,0,97); }
H1.HeaderClassName
{
color: #800061;
}
.AnyTagClassName
{
color: #800061;
}
</style>
background-color css
<style>
a { background-color: #800061; }
a { background-color: rgb(128,0,97); }
div.DivClassName
{
background-color: #800061;
}
.BgClassName
{
background-color: #800061;
}
</style>
border-color css
<style>
span { border-color: #800061; }
span { border-color: rgb(128,0,97); }
td.TdClassName
{
border-color: #800061;
}
.TagClassName
{
border-color: #800061;
}
</style>