Shades of Eggplant #7D0556
Tints of Eggplant #7D0556
RGB
CMYK
RGB Variations
Color information
#7D0556 (or 0x7D0556) is known color: Eggplant. HEX triplet: 7D, 05 and 56. RGB value is (125,5,86). Sum of RGB (Red+Green+Blue) = 125+5+86=216 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.87% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0556 is #82FAA9. Grayscale: #313131. Windows color (decimal): -8583850 or 5637501. OLE color: 5637501.
HSL color Cylindrical-coordinate representation of color #7D0556: hue angle of 319.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 #7D0556 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 5 | 86 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.51 |
| HSL | 319.5º | 0.92% | 0.25% | - |
| HSV(B) | 319.5º | 0.96% | 0.49% | - |
| XYZ | 10.19 | 5.14 | 9.26 | - |
| YUV | 50.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 5 | 86 | 0 | 0.96 | 0.31 | 0.51 | 319.5 | 0.92 | 0.25 |
| Hex | 7D | 5 | 56 | 0 | 60 | 1F | 33 | 140 | 5C | 19 |
| Octal | 175 | 5 | 126 | 0 | 140 | 37 | 63 | 500 | 134 | 31 |
| Binary | 1111101 | 101 | 1010110 | 0 | 1100000 | 11111 | 110011 | 101000000 | 1011100 | 11001 |
Color Harmonies of #7D0556
Complementary color
Monochromatic Colors of #7D0556
Black with #7D0556
Text Example
Text Example
White with #7D0556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0556; }
p { color: rgb(125,5,86); }
H1.HeaderClassName
{
color: #7D0556;
}
.AnyTagClassName
{
color: #7D0556;
}
</style>
background-color css
<style>
a { background-color: #7D0556; }
a { background-color: rgb(125,5,86); }
div.DivClassName
{
background-color: #7D0556;
}
.BgClassName
{
background-color: #7D0556;
}
</style>
border-color css
<style>
span { border-color: #7D0556; }
span { border-color: rgb(125,5,86); }
td.TdClassName
{
border-color: #7D0556;
}
.TagClassName
{
border-color: #7D0556;
}
</style>