Shades of Eggplant #7A0C5B
Tints of Eggplant #7A0C5B
RGB
CMYK
RGB Variations
Color information
#7A0C5B (or 0x7A0C5B) is known color: Eggplant. HEX triplet: 7A, 0C and 5B. RGB value is (122,12,91). Sum of RGB (Red+Green+Blue) = 122+12+91=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0C5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0C5B is #85F3A4. Grayscale: #353535. Windows color (decimal): -8778661 or 5966970. OLE color: 5966970.
HSL color Cylindrical-coordinate representation of color #7A0C5B: hue angle of 316.91º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A0C5B is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 12 | 91 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.52 |
| HSL | 316.91º | 0.82% | 0.26% | - |
| HSV(B) | 316.91º | 0.9% | 0.48% | - |
| XYZ | 10.05 | 5.16 | 10.36 | - |
| YUV | 53.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 12 | 91 | 0 | 0.90 | 0.25 | 0.52 | 316.91 | 0.82 | 0.26 |
| Hex | 7A | C | 5B | 0 | 5A | 19 | 34 | 13D | 52 | 1A |
| Octal | 172 | 14 | 133 | 0 | 132 | 31 | 64 | 475 | 122 | 32 |
| Binary | 1111010 | 1100 | 1011011 | 0 | 1011010 | 11001 | 110100 | 100111101 | 1010010 | 11010 |
Color Harmonies of #7A0C5B
Complementary color
Monochromatic Colors of #7A0C5B
Black with #7A0C5B
Text Example
Text Example
White with #7A0C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0C5B; }
p { color: rgb(122,12,91); }
H1.HeaderClassName
{
color: #7A0C5B;
}
.AnyTagClassName
{
color: #7A0C5B;
}
</style>
background-color css
<style>
a { background-color: #7A0C5B; }
a { background-color: rgb(122,12,91); }
div.DivClassName
{
background-color: #7A0C5B;
}
.BgClassName
{
background-color: #7A0C5B;
}
</style>
border-color css
<style>
span { border-color: #7A0C5B; }
span { border-color: rgb(122,12,91); }
td.TdClassName
{
border-color: #7A0C5B;
}
.TagClassName
{
border-color: #7A0C5B;
}
</style>