Shades of Eggplant #7D0958
Tints of Eggplant #7D0958
RGB
CMYK
RGB Variations
Color information
#7D0958 (or 0x7D0958) is known color: Eggplant. HEX triplet: 7D, 09 and 58. RGB value is (125,9,88). Sum of RGB (Red+Green+Blue) = 125+9+88=222 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.31% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0958 is #82F6A7. Grayscale: #343434. Windows color (decimal): -8582824 or 5769597. OLE color: 5769597.
HSL color Cylindrical-coordinate representation of color #7D0958: hue angle of 319.14º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0958 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 9 | 88 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.51 |
| HSL | 319.14º | 0.87% | 0.26% | - |
| HSV(B) | 319.14º | 0.93% | 0.49% | - |
| XYZ | 10.32 | 5.26 | 9.7 | - |
| YUV | 52.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 88 | 0 | 0.93 | 0.30 | 0.51 | 319.14 | 0.87 | 0.26 |
| Hex | 7D | 9 | 58 | 0 | 5D | 1E | 33 | 13F | 57 | 1A |
| Octal | 175 | 11 | 130 | 0 | 135 | 36 | 63 | 477 | 127 | 32 |
| Binary | 1111101 | 1001 | 1011000 | 0 | 1011101 | 11110 | 110011 | 100111111 | 1010111 | 11010 |
Color Harmonies of #7D0958
Complementary color
Monochromatic Colors of #7D0958
Black with #7D0958
Text Example
Text Example
White with #7D0958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0958; }
p { color: rgb(125,9,88); }
H1.HeaderClassName
{
color: #7D0958;
}
.AnyTagClassName
{
color: #7D0958;
}
</style>
background-color css
<style>
a { background-color: #7D0958; }
a { background-color: rgb(125,9,88); }
div.DivClassName
{
background-color: #7D0958;
}
.BgClassName
{
background-color: #7D0958;
}
</style>
border-color css
<style>
span { border-color: #7D0958; }
span { border-color: rgb(125,9,88); }
td.TdClassName
{
border-color: #7D0958;
}
.TagClassName
{
border-color: #7D0958;
}
</style>