Shades of Eggplant #970073
Tints of Eggplant #970073
RGB
CMYK
RGB Variations
Color information
#970073 (or 0x970073) is known color: Eggplant. HEX triplet: 97, 00 and 73. RGB value is (151,0,115). Sum of RGB (Red+Green+Blue) = 151+0+115=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #970073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970073 is #68FF8C. Grayscale: #393939. Windows color (decimal): -6881165 or 7536791. OLE color: 7536791.
HSL color Cylindrical-coordinate representation of color #970073: hue angle of 314.3º 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 #970073 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.24 | 0.41 |
| HSL | 314.3º | 1% | 0.3% | - |
| HSV(B) | 314.3º | 1% | 0.59% | - |
| XYZ | 15.86 | 7.82 | 16.89 | - |
| YUV | 58.26 | 160.03 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 115 | 0 | 1 | 0.24 | 0.41 | 314.3 | 1 | 0.3 |
| Hex | 97 | 0 | 73 | 0 | 64 | 18 | 29 | 13A | 64 | 1E |
| Octal | 227 | 0 | 163 | 0 | 144 | 30 | 51 | 472 | 144 | 36 |
| Binary | 10010111 | 0 | 1110011 | 0 | 1100100 | 11000 | 101001 | 100111010 | 1100100 | 11110 |
Color Harmonies of #970073
Complementary color
Monochromatic Colors of #970073
Black with #970073
Text Example
Text Example
White with #970073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970073; }
p { color: rgb(151,0,115); }
H1.HeaderClassName
{
color: #970073;
}
.AnyTagClassName
{
color: #970073;
}
</style>
background-color css
<style>
a { background-color: #970073; }
a { background-color: rgb(151,0,115); }
div.DivClassName
{
background-color: #970073;
}
.BgClassName
{
background-color: #970073;
}
</style>
border-color css
<style>
span { border-color: #970073; }
span { border-color: rgb(151,0,115); }
td.TdClassName
{
border-color: #970073;
}
.TagClassName
{
border-color: #970073;
}
</style>