Shades of Eggplant #970077
Tints of Eggplant #970077
RGB
CMYK
RGB Variations
Color information
#970077 (or 0x970077) is known color: Eggplant. HEX triplet: 97, 00 and 77. RGB value is (151,0,119). Sum of RGB (Red+Green+Blue) = 151+0+119=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #970077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970077 is #68FF88. Grayscale: #3A3A3A. Windows color (decimal): -6881161 or 7798935. OLE color: 7798935.
HSL color Cylindrical-coordinate representation of color #970077: hue angle of 312.72º 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 #970077 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.21 | 0.41 |
| HSL | 312.72º | 1% | 0.3% | - |
| HSV(B) | 312.72º | 1% | 0.59% | - |
| XYZ | 16.09 | 7.91 | 18.13 | - |
| YUV | 58.72 | 162.03 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 119 | 0 | 1 | 0.21 | 0.41 | 312.72 | 1 | 0.3 |
| Hex | 97 | 0 | 77 | 0 | 64 | 15 | 29 | 139 | 64 | 1E |
| Octal | 227 | 0 | 167 | 0 | 144 | 25 | 51 | 471 | 144 | 36 |
| Binary | 10010111 | 0 | 1110111 | 0 | 1100100 | 10101 | 101001 | 100111001 | 1100100 | 11110 |
Color Harmonies of #970077
Complementary color
Monochromatic Colors of #970077
Black with #970077
Text Example
Text Example
White with #970077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970077; }
p { color: rgb(151,0,119); }
H1.HeaderClassName
{
color: #970077;
}
.AnyTagClassName
{
color: #970077;
}
</style>
background-color css
<style>
a { background-color: #970077; }
a { background-color: rgb(151,0,119); }
div.DivClassName
{
background-color: #970077;
}
.BgClassName
{
background-color: #970077;
}
</style>
border-color css
<style>
span { border-color: #970077; }
span { border-color: rgb(151,0,119); }
td.TdClassName
{
border-color: #970077;
}
.TagClassName
{
border-color: #970077;
}
</style>