Shades of Eggplant #970F73
Tints of Eggplant #970F73
RGB
CMYK
RGB Variations
Color information
#970F73 (or 0x970F73) is known color: Eggplant. HEX triplet: 97, 0F and 73. RGB value is (151,15,115). Sum of RGB (Red+Green+Blue) = 151+15+115=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #970F73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F73 is #68F08C. Grayscale: #424242. Windows color (decimal): -6877325 or 7540631. OLE color: 7540631.
HSL color Cylindrical-coordinate representation of color #970F73: hue angle of 315.88º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F73 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 15 | 115 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.41 |
| HSL | 315.88º | 0.82% | 0.33% | - |
| HSV(B) | 315.88º | 0.9% | 0.59% | - |
| XYZ | 16.03 | 8.16 | 16.95 | - |
| YUV | 67.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 115 | 0 | 0.90 | 0.24 | 0.41 | 315.88 | 0.82 | 0.33 |
| Hex | 97 | F | 73 | 0 | 5A | 18 | 29 | 13C | 52 | 21 |
| Octal | 227 | 17 | 163 | 0 | 132 | 30 | 51 | 474 | 122 | 41 |
| Binary | 10010111 | 1111 | 1110011 | 0 | 1011010 | 11000 | 101001 | 100111100 | 1010010 | 100001 |
Color Harmonies of #970F73
Complementary color
Monochromatic Colors of #970F73
Black with #970F73
Text Example
Text Example
White with #970F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F73; }
p { color: rgb(151,15,115); }
H1.HeaderClassName
{
color: #970F73;
}
.AnyTagClassName
{
color: #970F73;
}
</style>
background-color css
<style>
a { background-color: #970F73; }
a { background-color: rgb(151,15,115); }
div.DivClassName
{
background-color: #970F73;
}
.BgClassName
{
background-color: #970F73;
}
</style>
border-color css
<style>
span { border-color: #970F73; }
span { border-color: rgb(151,15,115); }
td.TdClassName
{
border-color: #970F73;
}
.TagClassName
{
border-color: #970F73;
}
</style>