Shades of Eggplant #970371
Tints of Eggplant #970371
RGB
CMYK
RGB Variations
Color information
#970371 (or 0x970371) is known color: Eggplant. HEX triplet: 97, 03 and 71. RGB value is (151,3,113). Sum of RGB (Red+Green+Blue) = 151+3+113=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #970371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970371 is #68FC8E. Grayscale: #3B3B3B. Windows color (decimal): -6880399 or 7406487. OLE color: 7406487.
HSL color Cylindrical-coordinate representation of color #970371: hue angle of 315.41º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #970371 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 3 | 113 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.41 |
| HSL | 315.41º | 0.96% | 0.3% | - |
| HSV(B) | 315.41º | 0.98% | 0.59% | - |
| XYZ | 15.78 | 7.84 | 16.3 | - |
| YUV | 59.79 | 158.03 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 3 | 113 | 0 | 0.98 | 0.25 | 0.41 | 315.41 | 0.96 | 0.3 |
| Hex | 97 | 3 | 71 | 0 | 62 | 19 | 29 | 13B | 60 | 1E |
| Octal | 227 | 3 | 161 | 0 | 142 | 31 | 51 | 473 | 140 | 36 |
| Binary | 10010111 | 11 | 1110001 | 0 | 1100010 | 11001 | 101001 | 100111011 | 1100000 | 11110 |
Color Harmonies of #970371
Complementary color
Monochromatic Colors of #970371
Black with #970371
Text Example
Text Example
White with #970371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970371; }
p { color: rgb(151,3,113); }
H1.HeaderClassName
{
color: #970371;
}
.AnyTagClassName
{
color: #970371;
}
</style>
background-color css
<style>
a { background-color: #970371; }
a { background-color: rgb(151,3,113); }
div.DivClassName
{
background-color: #970371;
}
.BgClassName
{
background-color: #970371;
}
</style>
border-color css
<style>
span { border-color: #970371; }
span { border-color: rgb(151,3,113); }
td.TdClassName
{
border-color: #970371;
}
.TagClassName
{
border-color: #970371;
}
</style>