Shades of Eggplant #970271
Tints of Eggplant #970271
RGB
CMYK
RGB Variations
Color information
#970271 (or 0x970271) is known color: Eggplant. HEX triplet: 97, 02 and 71. RGB value is (151,2,113). Sum of RGB (Red+Green+Blue) = 151+2+113=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #970271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970271 is #68FD8E. Grayscale: #3A3A3A. Windows color (decimal): -6880655 or 7406231. OLE color: 7406231.
HSL color Cylindrical-coordinate representation of color #970271: hue angle of 315.3º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970271 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.41 |
| HSL | 315.3º | 0.97% | 0.3% | - |
| HSV(B) | 315.3º | 0.99% | 0.59% | - |
| XYZ | 15.76 | 7.81 | 16.3 | - |
| YUV | 59.21 | 158.36 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 113 | 0 | 0.99 | 0.25 | 0.41 | 315.3 | 0.97 | 0.3 |
| Hex | 97 | 2 | 71 | 0 | 63 | 19 | 29 | 13B | 61 | 1E |
| Octal | 227 | 2 | 161 | 0 | 143 | 31 | 51 | 473 | 141 | 36 |
| Binary | 10010111 | 10 | 1110001 | 0 | 1100011 | 11001 | 101001 | 100111011 | 1100001 | 11110 |
Color Harmonies of #970271
Complementary color
Monochromatic Colors of #970271
Black with #970271
Text Example
Text Example
White with #970271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970271; }
p { color: rgb(151,2,113); }
H1.HeaderClassName
{
color: #970271;
}
.AnyTagClassName
{
color: #970271;
}
</style>
background-color css
<style>
a { background-color: #970271; }
a { background-color: rgb(151,2,113); }
div.DivClassName
{
background-color: #970271;
}
.BgClassName
{
background-color: #970271;
}
</style>
border-color css
<style>
span { border-color: #970271; }
span { border-color: rgb(151,2,113); }
td.TdClassName
{
border-color: #970271;
}
.TagClassName
{
border-color: #970271;
}
</style>