Shades of Eggplant #971271
Tints of Eggplant #971271
RGB
CMYK
RGB Variations
Color information
#971271 (or 0x971271) is known color: Eggplant. HEX triplet: 97, 12 and 71. RGB value is (151,18,113). Sum of RGB (Red+Green+Blue) = 151+18+113=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #971271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971271 is #68ED8E. Grayscale: #444444. Windows color (decimal): -6876559 or 7410327. OLE color: 7410327.
HSL color Cylindrical-coordinate representation of color #971271: hue angle of 317.14º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971271 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 18 | 113 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.41 |
| HSL | 317.14º | 0.79% | 0.33% | - |
| HSV(B) | 317.14º | 0.88% | 0.59% | - |
| XYZ | 15.96 | 8.2 | 16.37 | - |
| YUV | 68.6 | 153.06 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 113 | 0 | 0.88 | 0.25 | 0.41 | 317.14 | 0.79 | 0.33 |
| Hex | 97 | 12 | 71 | 0 | 58 | 19 | 29 | 13D | 4F | 21 |
| Octal | 227 | 22 | 161 | 0 | 130 | 31 | 51 | 475 | 117 | 41 |
| Binary | 10010111 | 10010 | 1110001 | 0 | 1011000 | 11001 | 101001 | 100111101 | 1001111 | 100001 |
Color Harmonies of #971271
Complementary color
Monochromatic Colors of #971271
Black with #971271
Text Example
Text Example
White with #971271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971271; }
p { color: rgb(151,18,113); }
H1.HeaderClassName
{
color: #971271;
}
.AnyTagClassName
{
color: #971271;
}
</style>
background-color css
<style>
a { background-color: #971271; }
a { background-color: rgb(151,18,113); }
div.DivClassName
{
background-color: #971271;
}
.BgClassName
{
background-color: #971271;
}
</style>
border-color css
<style>
span { border-color: #971271; }
span { border-color: rgb(151,18,113); }
td.TdClassName
{
border-color: #971271;
}
.TagClassName
{
border-color: #971271;
}
</style>