Shades of Eggplant #7A0B58
Tints of Eggplant #7A0B58
RGB
CMYK
RGB Variations
Color information
#7A0B58 (or 0x7A0B58) is known color: Eggplant. HEX triplet: 7A, 0B and 58. RGB value is (122,11,88). Sum of RGB (Red+Green+Blue) = 122+11+88=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0B58 is #85F4A7. Grayscale: #343434. Windows color (decimal): -8778920 or 5770106. OLE color: 5770106.
HSL color Cylindrical-coordinate representation of color #7A0B58: hue angle of 318.38º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A0B58 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 11 | 88 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.52 |
| HSL | 318.38º | 0.83% | 0.26% | - |
| HSV(B) | 318.38º | 0.91% | 0.48% | - |
| XYZ | 9.91 | 5.08 | 9.69 | - |
| YUV | 52.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 88 | 0 | 0.91 | 0.28 | 0.52 | 318.38 | 0.83 | 0.26 |
| Hex | 7A | B | 58 | 0 | 5B | 1C | 34 | 13E | 53 | 1A |
| Octal | 172 | 13 | 130 | 0 | 133 | 34 | 64 | 476 | 123 | 32 |
| Binary | 1111010 | 1011 | 1011000 | 0 | 1011011 | 11100 | 110100 | 100111110 | 1010011 | 11010 |
Color Harmonies of #7A0B58
Complementary color
Monochromatic Colors of #7A0B58
Black with #7A0B58
Text Example
Text Example
White with #7A0B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0B58; }
p { color: rgb(122,11,88); }
H1.HeaderClassName
{
color: #7A0B58;
}
.AnyTagClassName
{
color: #7A0B58;
}
</style>
background-color css
<style>
a { background-color: #7A0B58; }
a { background-color: rgb(122,11,88); }
div.DivClassName
{
background-color: #7A0B58;
}
.BgClassName
{
background-color: #7A0B58;
}
</style>
border-color css
<style>
span { border-color: #7A0B58; }
span { border-color: rgb(122,11,88); }
td.TdClassName
{
border-color: #7A0B58;
}
.TagClassName
{
border-color: #7A0B58;
}
</style>