Shades of Eggplant #7D0055
Tints of Eggplant #7D0055
RGB
CMYK
RGB Variations
Color information
#7D0055 (or 0x7D0055) is known color: Eggplant. HEX triplet: 7D, 00 and 55. RGB value is (125,0,85). Sum of RGB (Red+Green+Blue) = 125+0+85=210 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.52% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0055 is #82FFAA. Grayscale: #2E2E2E. Windows color (decimal): -8585131 or 5570685. OLE color: 5570685.
HSL color Cylindrical-coordinate representation of color #7D0055: hue angle of 319.2º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D0055 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.32 | 0.51 |
| HSL | 319.2º | 1% | 0.25% | - |
| HSV(B) | 319.2º | 1% | 0.49% | - |
| XYZ | 10.1 | 5.02 | 9.03 | - |
| YUV | 47.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 85 | 0 | 1 | 0.32 | 0.51 | 319.2 | 1 | 0.25 |
| Hex | 7D | 0 | 55 | 0 | 64 | 20 | 33 | 13F | 64 | 19 |
| Octal | 175 | 0 | 125 | 0 | 144 | 40 | 63 | 477 | 144 | 31 |
| Binary | 1111101 | 0 | 1010101 | 0 | 1100100 | 100000 | 110011 | 100111111 | 1100100 | 11001 |
Color Harmonies of #7D0055
Complementary color
Monochromatic Colors of #7D0055
Black with #7D0055
Text Example
Text Example
White with #7D0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0055; }
p { color: rgb(125,0,85); }
H1.HeaderClassName
{
color: #7D0055;
}
.AnyTagClassName
{
color: #7D0055;
}
</style>
background-color css
<style>
a { background-color: #7D0055; }
a { background-color: rgb(125,0,85); }
div.DivClassName
{
background-color: #7D0055;
}
.BgClassName
{
background-color: #7D0055;
}
</style>
border-color css
<style>
span { border-color: #7D0055; }
span { border-color: rgb(125,0,85); }
td.TdClassName
{
border-color: #7D0055;
}
.TagClassName
{
border-color: #7D0055;
}
</style>