Shades of Eggplant #970562
Tints of Eggplant #970562
RGB
CMYK
RGB Variations
Color information
#970562 (or 0x970562) is known color: Eggplant. HEX triplet: 97, 05 and 62. RGB value is (151,5,98). Sum of RGB (Red+Green+Blue) = 151+5+98=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #970562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970562 is #68FA9D. Grayscale: #3B3B3B. Windows color (decimal): -6879902 or 6423959. OLE color: 6423959.
HSL color Cylindrical-coordinate representation of color #970562: hue angle of 321.78º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970562 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 5 | 98 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.41 |
| HSL | 321.78º | 0.94% | 0.31% | - |
| HSV(B) | 321.78º | 0.97% | 0.59% | - |
| XYZ | 15.02 | 7.57 | 12.22 | - |
| YUV | 59.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 98 | 0 | 0.97 | 0.35 | 0.41 | 321.78 | 0.94 | 0.31 |
| Hex | 97 | 5 | 62 | 0 | 61 | 23 | 29 | 142 | 5E | 1F |
| Octal | 227 | 5 | 142 | 0 | 141 | 43 | 51 | 502 | 136 | 37 |
| Binary | 10010111 | 101 | 1100010 | 0 | 1100001 | 100011 | 101001 | 101000010 | 1011110 | 11111 |
Color Harmonies of #970562
Complementary color
Monochromatic Colors of #970562
Black with #970562
Text Example
Text Example
White with #970562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970562; }
p { color: rgb(151,5,98); }
H1.HeaderClassName
{
color: #970562;
}
.AnyTagClassName
{
color: #970562;
}
</style>
background-color css
<style>
a { background-color: #970562; }
a { background-color: rgb(151,5,98); }
div.DivClassName
{
background-color: #970562;
}
.BgClassName
{
background-color: #970562;
}
</style>
border-color css
<style>
span { border-color: #970562; }
span { border-color: rgb(151,5,98); }
td.TdClassName
{
border-color: #970562;
}
.TagClassName
{
border-color: #970562;
}
</style>