Shades of Eggplant #7D0959
Tints of Eggplant #7D0959
RGB
CMYK
RGB Variations
Color information
#7D0959 (or 0x7D0959) is known color: Eggplant. HEX triplet: 7D, 09 and 59. RGB value is (125,9,89). Sum of RGB (Red+Green+Blue) = 125+9+89=223 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.05% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0959 is #82F6A6. Grayscale: #343434. Windows color (decimal): -8582823 or 5835133. OLE color: 5835133.
HSL color Cylindrical-coordinate representation of color #7D0959: hue angle of 318.62º 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 #7D0959 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 9 | 89 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.51 |
| HSL | 318.62º | 0.87% | 0.26% | - |
| HSV(B) | 318.62º | 0.93% | 0.49% | - |
| XYZ | 10.36 | 5.28 | 9.92 | - |
| YUV | 52.8 | 148.43 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 89 | 0 | 0.93 | 0.29 | 0.51 | 318.62 | 0.87 | 0.26 |
| Hex | 7D | 9 | 59 | 0 | 5D | 1D | 33 | 13F | 57 | 1A |
| Octal | 175 | 11 | 131 | 0 | 135 | 35 | 63 | 477 | 127 | 32 |
| Binary | 1111101 | 1001 | 1011001 | 0 | 1011101 | 11101 | 110011 | 100111111 | 1010111 | 11010 |
Color Harmonies of #7D0959
Complementary color
Monochromatic Colors of #7D0959
Black with #7D0959
Text Example
Text Example
White with #7D0959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0959; }
p { color: rgb(125,9,89); }
H1.HeaderClassName
{
color: #7D0959;
}
.AnyTagClassName
{
color: #7D0959;
}
</style>
background-color css
<style>
a { background-color: #7D0959; }
a { background-color: rgb(125,9,89); }
div.DivClassName
{
background-color: #7D0959;
}
.BgClassName
{
background-color: #7D0959;
}
</style>
border-color css
<style>
span { border-color: #7D0959; }
span { border-color: rgb(125,9,89); }
td.TdClassName
{
border-color: #7D0959;
}
.TagClassName
{
border-color: #7D0959;
}
</style>