Shades of Eggplant #970579
Tints of Eggplant #970579
RGB
CMYK
RGB Variations
Color information
#970579 (or 0x970579) is known color: Eggplant. HEX triplet: 97, 05 and 79. RGB value is (151,5,121). Sum of RGB (Red+Green+Blue) = 151+5+121=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #970579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970579 is #68FA86. Grayscale: #3D3D3D. Windows color (decimal): -6879879 or 7931287. OLE color: 7931287.
HSL color Cylindrical-coordinate representation of color #970579: hue angle of 312.33º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970579 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 5 | 121 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.41 |
| HSL | 312.33º | 0.94% | 0.31% | - |
| HSV(B) | 312.33º | 0.97% | 0.59% | - |
| XYZ | 16.27 | 8.07 | 18.79 | - |
| YUV | 61.88 | 161.37 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 121 | 0 | 0.97 | 0.20 | 0.41 | 312.33 | 0.94 | 0.31 |
| Hex | 97 | 5 | 79 | 0 | 61 | 14 | 29 | 138 | 5E | 1F |
| Octal | 227 | 5 | 171 | 0 | 141 | 24 | 51 | 470 | 136 | 37 |
| Binary | 10010111 | 101 | 1111001 | 0 | 1100001 | 10100 | 101001 | 100111000 | 1011110 | 11111 |
Color Harmonies of #970579
Complementary color
Monochromatic Colors of #970579
Black with #970579
Text Example
Text Example
White with #970579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970579; }
p { color: rgb(151,5,121); }
H1.HeaderClassName
{
color: #970579;
}
.AnyTagClassName
{
color: #970579;
}
</style>
background-color css
<style>
a { background-color: #970579; }
a { background-color: rgb(151,5,121); }
div.DivClassName
{
background-color: #970579;
}
.BgClassName
{
background-color: #970579;
}
</style>
border-color css
<style>
span { border-color: #970579; }
span { border-color: rgb(151,5,121); }
td.TdClassName
{
border-color: #970579;
}
.TagClassName
{
border-color: #970579;
}
</style>