Shades of Eggplant #971371
Tints of Eggplant #971371
RGB
CMYK
RGB Variations
Color information
#971371 (or 0x971371) is known color: Eggplant. HEX triplet: 97, 13 and 71. RGB value is (151,19,113). Sum of RGB (Red+Green+Blue) = 151+19+113=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #971371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971371 is #68EC8E. Grayscale: #444444. Windows color (decimal): -6876303 or 7410583. OLE color: 7410583.
HSL color Cylindrical-coordinate representation of color #971371: hue angle of 317.27º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971371 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 19 | 113 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.41 |
| HSL | 317.27º | 0.78% | 0.33% | - |
| HSV(B) | 317.27º | 0.87% | 0.59% | - |
| XYZ | 15.98 | 8.24 | 16.37 | - |
| YUV | 69.18 | 152.73 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 113 | 0 | 0.87 | 0.25 | 0.41 | 317.27 | 0.78 | 0.33 |
| Hex | 97 | 13 | 71 | 0 | 57 | 19 | 29 | 13D | 4E | 21 |
| Octal | 227 | 23 | 161 | 0 | 127 | 31 | 51 | 475 | 116 | 41 |
| Binary | 10010111 | 10011 | 1110001 | 0 | 1010111 | 11001 | 101001 | 100111101 | 1001110 | 100001 |
Color Harmonies of #971371
Complementary color
Monochromatic Colors of #971371
Black with #971371
Text Example
Text Example
White with #971371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971371; }
p { color: rgb(151,19,113); }
H1.HeaderClassName
{
color: #971371;
}
.AnyTagClassName
{
color: #971371;
}
</style>
background-color css
<style>
a { background-color: #971371; }
a { background-color: rgb(151,19,113); }
div.DivClassName
{
background-color: #971371;
}
.BgClassName
{
background-color: #971371;
}
</style>
border-color css
<style>
span { border-color: #971371; }
span { border-color: rgb(151,19,113); }
td.TdClassName
{
border-color: #971371;
}
.TagClassName
{
border-color: #971371;
}
</style>