Shades of Eggplant #971074
Tints of Eggplant #971074
RGB
CMYK
RGB Variations
Color information
#971074 (or 0x971074) is known color: Eggplant. HEX triplet: 97, 10 and 74. RGB value is (151,16,116). Sum of RGB (Red+Green+Blue) = 151+16+116=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #971074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971074 is #68EF8B. Grayscale: #434343. Windows color (decimal): -6877068 or 7606423. OLE color: 7606423.
HSL color Cylindrical-coordinate representation of color #971074: hue angle of 315.56º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971074 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 16 | 116 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.41 |
| HSL | 315.56º | 0.81% | 0.33% | - |
| HSV(B) | 315.56º | 0.89% | 0.59% | - |
| XYZ | 16.1 | 8.21 | 17.26 | - |
| YUV | 67.77 | 155.23 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 16 | 116 | 0 | 0.89 | 0.23 | 0.41 | 315.56 | 0.81 | 0.33 |
| Hex | 97 | 10 | 74 | 0 | 59 | 17 | 29 | 13C | 51 | 21 |
| Octal | 227 | 20 | 164 | 0 | 131 | 27 | 51 | 474 | 121 | 41 |
| Binary | 10010111 | 10000 | 1110100 | 0 | 1011001 | 10111 | 101001 | 100111100 | 1010001 | 100001 |
Color Harmonies of #971074
Complementary color
Monochromatic Colors of #971074
Black with #971074
Text Example
Text Example
White with #971074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971074; }
p { color: rgb(151,16,116); }
H1.HeaderClassName
{
color: #971074;
}
.AnyTagClassName
{
color: #971074;
}
</style>
background-color css
<style>
a { background-color: #971074; }
a { background-color: rgb(151,16,116); }
div.DivClassName
{
background-color: #971074;
}
.BgClassName
{
background-color: #971074;
}
</style>
border-color css
<style>
span { border-color: #971074; }
span { border-color: rgb(151,16,116); }
td.TdClassName
{
border-color: #971074;
}
.TagClassName
{
border-color: #971074;
}
</style>