Shades of Eggplant #970078
Tints of Eggplant #970078
RGB
CMYK
RGB Variations
Color information
#970078 (or 0x970078) is known color: Eggplant. HEX triplet: 97, 00 and 78. RGB value is (151,0,120). Sum of RGB (Red+Green+Blue) = 151+0+120=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #970078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970078 is #68FF87. Grayscale: #3A3A3A. Windows color (decimal): -6881160 or 7864471. OLE color: 7864471.
HSL color Cylindrical-coordinate representation of color #970078: hue angle of 312.32º 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 #970078 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.21 | 0.41 |
| HSL | 312.32º | 1% | 0.3% | - |
| HSV(B) | 312.32º | 1% | 0.59% | - |
| XYZ | 16.15 | 7.94 | 18.45 | - |
| YUV | 58.83 | 162.53 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 120 | 0 | 1 | 0.21 | 0.41 | 312.32 | 1 | 0.3 |
| Hex | 97 | 0 | 78 | 0 | 64 | 15 | 29 | 138 | 64 | 1E |
| Octal | 227 | 0 | 170 | 0 | 144 | 25 | 51 | 470 | 144 | 36 |
| Binary | 10010111 | 0 | 1111000 | 0 | 1100100 | 10101 | 101001 | 100111000 | 1100100 | 11110 |
Color Harmonies of #970078
Complementary color
Monochromatic Colors of #970078
Black with #970078
Text Example
Text Example
White with #970078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970078; }
p { color: rgb(151,0,120); }
H1.HeaderClassName
{
color: #970078;
}
.AnyTagClassName
{
color: #970078;
}
</style>
background-color css
<style>
a { background-color: #970078; }
a { background-color: rgb(151,0,120); }
div.DivClassName
{
background-color: #970078;
}
.BgClassName
{
background-color: #970078;
}
</style>
border-color css
<style>
span { border-color: #970078; }
span { border-color: rgb(151,0,120); }
td.TdClassName
{
border-color: #970078;
}
.TagClassName
{
border-color: #970078;
}
</style>