Shades of Eggplant #971368
Tints of Eggplant #971368
RGB
CMYK
RGB Variations
Color information
#971368 (or 0x971368) is known color: Eggplant. HEX triplet: 97, 13 and 68. RGB value is (151,19,104). Sum of RGB (Red+Green+Blue) = 151+19+104=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #971368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971368 is #68EC97. Grayscale: #434343. Windows color (decimal): -6876312 or 6820759. OLE color: 6820759.
HSL color Cylindrical-coordinate representation of color #971368: hue angle of 321.36º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971368 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 19 | 104 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.41 |
| HSL | 321.36º | 0.78% | 0.33% | - |
| HSV(B) | 321.36º | 0.87% | 0.59% | - |
| XYZ | 15.49 | 8.04 | 13.83 | - |
| YUV | 68.16 | 148.23 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 104 | 0 | 0.87 | 0.31 | 0.41 | 321.36 | 0.78 | 0.33 |
| Hex | 97 | 13 | 68 | 0 | 57 | 1F | 29 | 141 | 4E | 21 |
| Octal | 227 | 23 | 150 | 0 | 127 | 37 | 51 | 501 | 116 | 41 |
| Binary | 10010111 | 10011 | 1101000 | 0 | 1010111 | 11111 | 101001 | 101000001 | 1001110 | 100001 |
Color Harmonies of #971368
Complementary color
Monochromatic Colors of #971368
Black with #971368
Text Example
Text Example
White with #971368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971368; }
p { color: rgb(151,19,104); }
H1.HeaderClassName
{
color: #971368;
}
.AnyTagClassName
{
color: #971368;
}
</style>
background-color css
<style>
a { background-color: #971368; }
a { background-color: rgb(151,19,104); }
div.DivClassName
{
background-color: #971368;
}
.BgClassName
{
background-color: #971368;
}
</style>
border-color css
<style>
span { border-color: #971368; }
span { border-color: rgb(151,19,104); }
td.TdClassName
{
border-color: #971368;
}
.TagClassName
{
border-color: #971368;
}
</style>