Shades of Eggplant #970375
Tints of Eggplant #970375
RGB
CMYK
RGB Variations
Color information
#970375 (or 0x970375) is known color: Eggplant. HEX triplet: 97, 03 and 75. RGB value is (151,3,117). Sum of RGB (Red+Green+Blue) = 151+3+117=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #970375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970375 is #68FC8A. Grayscale: #3B3B3B. Windows color (decimal): -6880395 or 7668631. OLE color: 7668631.
HSL color Cylindrical-coordinate representation of color #970375: hue angle of 313.78º 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 #970375 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 3 | 117 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.41 |
| HSL | 313.78º | 0.96% | 0.3% | - |
| HSV(B) | 313.78º | 0.98% | 0.59% | - |
| XYZ | 16.01 | 7.93 | 17.52 | - |
| YUV | 60.25 | 160.03 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 3 | 117 | 0 | 0.98 | 0.23 | 0.41 | 313.78 | 0.96 | 0.3 |
| Hex | 97 | 3 | 75 | 0 | 62 | 17 | 29 | 13A | 60 | 1E |
| Octal | 227 | 3 | 165 | 0 | 142 | 27 | 51 | 472 | 140 | 36 |
| Binary | 10010111 | 11 | 1110101 | 0 | 1100010 | 10111 | 101001 | 100111010 | 1100000 | 11110 |
Color Harmonies of #970375
Complementary color
Monochromatic Colors of #970375
Black with #970375
Text Example
Text Example
White with #970375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970375; }
p { color: rgb(151,3,117); }
H1.HeaderClassName
{
color: #970375;
}
.AnyTagClassName
{
color: #970375;
}
</style>
background-color css
<style>
a { background-color: #970375; }
a { background-color: rgb(151,3,117); }
div.DivClassName
{
background-color: #970375;
}
.BgClassName
{
background-color: #970375;
}
</style>
border-color css
<style>
span { border-color: #970375; }
span { border-color: rgb(151,3,117); }
td.TdClassName
{
border-color: #970375;
}
.TagClassName
{
border-color: #970375;
}
</style>