Shades of Eggplant #7D0859
Tints of Eggplant #7D0859
RGB
CMYK
RGB Variations
Color information
#7D0859 (or 0x7D0859) is known color: Eggplant. HEX triplet: 7D, 08 and 59. RGB value is (125,8,89). Sum of RGB (Red+Green+Blue) = 125+8+89=222 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.31% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0859 is #82F7A6. Grayscale: #343434. Windows color (decimal): -8583079 or 5834877. OLE color: 5834877.
HSL color Cylindrical-coordinate representation of color #7D0859: hue angle of 318.46º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0859 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 8 | 89 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.51 |
| HSL | 318.46º | 0.88% | 0.26% | - |
| HSV(B) | 318.46º | 0.94% | 0.49% | - |
| XYZ | 10.35 | 5.25 | 9.92 | - |
| YUV | 52.22 | 148.76 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 89 | 0 | 0.94 | 0.29 | 0.51 | 318.46 | 0.88 | 0.26 |
| Hex | 7D | 8 | 59 | 0 | 5E | 1D | 33 | 13E | 58 | 1A |
| Octal | 175 | 10 | 131 | 0 | 136 | 35 | 63 | 476 | 130 | 32 |
| Binary | 1111101 | 1000 | 1011001 | 0 | 1011110 | 11101 | 110011 | 100111110 | 1011000 | 11010 |
Color Harmonies of #7D0859
Complementary color
Monochromatic Colors of #7D0859
Black with #7D0859
Text Example
Text Example
White with #7D0859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0859; }
p { color: rgb(125,8,89); }
H1.HeaderClassName
{
color: #7D0859;
}
.AnyTagClassName
{
color: #7D0859;
}
</style>
background-color css
<style>
a { background-color: #7D0859; }
a { background-color: rgb(125,8,89); }
div.DivClassName
{
background-color: #7D0859;
}
.BgClassName
{
background-color: #7D0859;
}
</style>
border-color css
<style>
span { border-color: #7D0859; }
span { border-color: rgb(125,8,89); }
td.TdClassName
{
border-color: #7D0859;
}
.TagClassName
{
border-color: #7D0859;
}
</style>