Shades of Eggplant #971471
Tints of Eggplant #971471
RGB
CMYK
RGB Variations
Color information
#971471 (or 0x971471) is known color: Eggplant. HEX triplet: 97, 14 and 71. RGB value is (151,20,113). Sum of RGB (Red+Green+Blue) = 151+20+113=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #971471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971471 is #68EB8E. Grayscale: #454545. Windows color (decimal): -6876047 or 7410839. OLE color: 7410839.
HSL color Cylindrical-coordinate representation of color #971471: hue angle of 317.4º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971471 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 20 | 113 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.41 |
| HSL | 317.4º | 0.77% | 0.34% | - |
| HSV(B) | 317.4º | 0.87% | 0.59% | - |
| XYZ | 15.99 | 8.27 | 16.38 | - |
| YUV | 69.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 20 | 113 | 0 | 0.87 | 0.25 | 0.41 | 317.4 | 0.77 | 0.34 |
| Hex | 97 | 14 | 71 | 0 | 57 | 19 | 29 | 13D | 4D | 22 |
| Octal | 227 | 24 | 161 | 0 | 127 | 31 | 51 | 475 | 115 | 42 |
| Binary | 10010111 | 10100 | 1110001 | 0 | 1010111 | 11001 | 101001 | 100111101 | 1001101 | 100010 |
Color Harmonies of #971471
Complementary color
Monochromatic Colors of #971471
Black with #971471
Text Example
Text Example
White with #971471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971471; }
p { color: rgb(151,20,113); }
H1.HeaderClassName
{
color: #971471;
}
.AnyTagClassName
{
color: #971471;
}
</style>
background-color css
<style>
a { background-color: #971471; }
a { background-color: rgb(151,20,113); }
div.DivClassName
{
background-color: #971471;
}
.BgClassName
{
background-color: #971471;
}
</style>
border-color css
<style>
span { border-color: #971471; }
span { border-color: rgb(151,20,113); }
td.TdClassName
{
border-color: #971471;
}
.TagClassName
{
border-color: #971471;
}
</style>