Shades of Eggplant #7D0558
Tints of Eggplant #7D0558
RGB
CMYK
RGB Variations
Color information
#7D0558 (or 0x7D0558) is known color: Eggplant. HEX triplet: 7D, 05 and 58. RGB value is (125,5,88). Sum of RGB (Red+Green+Blue) = 125+5+88=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0558 is #82FAA7. Grayscale: #323232. Windows color (decimal): -8583848 or 5768573. OLE color: 5768573.
HSL color Cylindrical-coordinate representation of color #7D0558: hue angle of 318.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D0558 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 5 | 88 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.51 |
| HSL | 318.5º | 0.92% | 0.25% | - |
| HSV(B) | 318.5º | 0.96% | 0.49% | - |
| XYZ | 10.27 | 5.17 | 9.69 | - |
| YUV | 50.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 5 | 88 | 0 | 0.96 | 0.30 | 0.51 | 318.5 | 0.92 | 0.25 |
| Hex | 7D | 5 | 58 | 0 | 60 | 1E | 33 | 13E | 5C | 19 |
| Octal | 175 | 5 | 130 | 0 | 140 | 36 | 63 | 476 | 134 | 31 |
| Binary | 1111101 | 101 | 1011000 | 0 | 1100000 | 11110 | 110011 | 100111110 | 1011100 | 11001 |
Color Harmonies of #7D0558
Complementary color
Monochromatic Colors of #7D0558
Black with #7D0558
Text Example
Text Example
White with #7D0558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0558; }
p { color: rgb(125,5,88); }
H1.HeaderClassName
{
color: #7D0558;
}
.AnyTagClassName
{
color: #7D0558;
}
</style>
background-color css
<style>
a { background-color: #7D0558; }
a { background-color: rgb(125,5,88); }
div.DivClassName
{
background-color: #7D0558;
}
.BgClassName
{
background-color: #7D0558;
}
</style>
border-color css
<style>
span { border-color: #7D0558; }
span { border-color: rgb(125,5,88); }
td.TdClassName
{
border-color: #7D0558;
}
.TagClassName
{
border-color: #7D0558;
}
</style>