Shades of Eggplant #970767
Tints of Eggplant #970767
RGB
CMYK
RGB Variations
Color information
#970767 (or 0x970767) is known color: Eggplant. HEX triplet: 97, 07 and 67. RGB value is (151,7,103). Sum of RGB (Red+Green+Blue) = 151+7+103=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #970767 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970767 is #68F898. Grayscale: #3C3C3C. Windows color (decimal): -6879385 or 6752151. OLE color: 6752151.
HSL color Cylindrical-coordinate representation of color #970767: hue angle of 320º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970767 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 7 | 103 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.41 |
| HSL | 320º | 0.91% | 0.31% | - |
| HSV(B) | 320º | 0.95% | 0.59% | - |
| XYZ | 15.29 | 7.71 | 13.51 | - |
| YUV | 61 | 151.71 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 7 | 103 | 0 | 0.95 | 0.32 | 0.41 | 320 | 0.91 | 0.31 |
| Hex | 97 | 7 | 67 | 0 | 5F | 20 | 29 | 140 | 5B | 1F |
| Octal | 227 | 7 | 147 | 0 | 137 | 40 | 51 | 500 | 133 | 37 |
| Binary | 10010111 | 111 | 1100111 | 0 | 1011111 | 100000 | 101001 | 101000000 | 1011011 | 11111 |
Color Harmonies of #970767
Complementary color
Monochromatic Colors of #970767
Black with #970767
Text Example
Text Example
White with #970767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970767; }
p { color: rgb(151,7,103); }
H1.HeaderClassName
{
color: #970767;
}
.AnyTagClassName
{
color: #970767;
}
</style>
background-color css
<style>
a { background-color: #970767; }
a { background-color: rgb(151,7,103); }
div.DivClassName
{
background-color: #970767;
}
.BgClassName
{
background-color: #970767;
}
</style>
border-color css
<style>
span { border-color: #970767; }
span { border-color: rgb(151,7,103); }
td.TdClassName
{
border-color: #970767;
}
.TagClassName
{
border-color: #970767;
}
</style>