Shades of Eggplant #970672
Tints of Eggplant #970672
RGB
CMYK
RGB Variations
Color information
#970672 (or 0x970672) is known color: Eggplant. HEX triplet: 97, 06 and 72. RGB value is (151,6,114). Sum of RGB (Red+Green+Blue) = 151+6+114=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #970672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970672 is #68F98D. Grayscale: #3D3D3D. Windows color (decimal): -6879630 or 7472791. OLE color: 7472791.
HSL color Cylindrical-coordinate representation of color #970672: hue angle of 315.31º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #970672 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 6 | 114 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.41 |
| HSL | 315.31º | 0.92% | 0.31% | - |
| HSV(B) | 315.31º | 0.96% | 0.59% | - |
| XYZ | 15.86 | 7.92 | 16.61 | - |
| YUV | 61.67 | 157.54 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 6 | 114 | 0 | 0.96 | 0.25 | 0.41 | 315.31 | 0.92 | 0.31 |
| Hex | 97 | 6 | 72 | 0 | 60 | 19 | 29 | 13B | 5C | 1F |
| Octal | 227 | 6 | 162 | 0 | 140 | 31 | 51 | 473 | 134 | 37 |
| Binary | 10010111 | 110 | 1110010 | 0 | 1100000 | 11001 | 101001 | 100111011 | 1011100 | 11111 |
Color Harmonies of #970672
Complementary color
Monochromatic Colors of #970672
Black with #970672
Text Example
Text Example
White with #970672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970672; }
p { color: rgb(151,6,114); }
H1.HeaderClassName
{
color: #970672;
}
.AnyTagClassName
{
color: #970672;
}
</style>
background-color css
<style>
a { background-color: #970672; }
a { background-color: rgb(151,6,114); }
div.DivClassName
{
background-color: #970672;
}
.BgClassName
{
background-color: #970672;
}
</style>
border-color css
<style>
span { border-color: #970672; }
span { border-color: rgb(151,6,114); }
td.TdClassName
{
border-color: #970672;
}
.TagClassName
{
border-color: #970672;
}
</style>