Shades of Eggplant #970059
Tints of Eggplant #970059
RGB
CMYK
RGB Variations
Color information
#970059 (or 0x970059) is known color: Eggplant. HEX triplet: 97, 00 and 59. RGB value is (151,0,89). Sum of RGB (Red+Green+Blue) = 151+0+89=240 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.92% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 151 - color contains mainly: red. Hex color #970059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970059 is #68FFA6. Grayscale: #373737. Windows color (decimal): -6881191 or 5832855. OLE color: 5832855.
HSL color Cylindrical-coordinate representation of color #970059: hue angle of 324.64º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #970059 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.41 | 0.41 |
| HSL | 324.64º | 1% | 0.3% | - |
| HSV(B) | 324.64º | 1% | 0.59% | - |
| XYZ | 14.57 | 7.3 | 10.09 | - |
| YUV | 55.3 | 147.03 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 89 | 0 | 1 | 0.41 | 0.41 | 324.64 | 1 | 0.3 |
| Hex | 97 | 0 | 59 | 0 | 64 | 29 | 29 | 145 | 64 | 1E |
| Octal | 227 | 0 | 131 | 0 | 144 | 51 | 51 | 505 | 144 | 36 |
| Binary | 10010111 | 0 | 1011001 | 0 | 1100100 | 101001 | 101001 | 101000101 | 1100100 | 11110 |
Color Harmonies of #970059
Complementary color
Monochromatic Colors of #970059
Black with #970059
Text Example
Text Example
White with #970059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970059; }
p { color: rgb(151,0,89); }
H1.HeaderClassName
{
color: #970059;
}
.AnyTagClassName
{
color: #970059;
}
</style>
background-color css
<style>
a { background-color: #970059; }
a { background-color: rgb(151,0,89); }
div.DivClassName
{
background-color: #970059;
}
.BgClassName
{
background-color: #970059;
}
</style>
border-color css
<style>
span { border-color: #970059; }
span { border-color: rgb(151,0,89); }
td.TdClassName
{
border-color: #970059;
}
.TagClassName
{
border-color: #970059;
}
</style>