Shades of Eggplant #7A0357
Tints of Eggplant #7A0357
RGB
CMYK
RGB Variations
Color information
#7A0357 (or 0x7A0357) is known color: Eggplant. HEX triplet: 7A, 03 and 57. RGB value is (122,3,87). Sum of RGB (Red+Green+Blue) = 122+3+87=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0357 is #85FCA8. Grayscale: #2F2F2F. Windows color (decimal): -8780969 or 5702522. OLE color: 5702522.
HSL color Cylindrical-coordinate representation of color #7A0357: hue angle of 317.65º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A0357 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 87 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.52 |
| HSL | 317.65º | 0.95% | 0.25% | - |
| HSV(B) | 317.65º | 0.98% | 0.48% | - |
| XYZ | 9.78 | 4.89 | 9.45 | - |
| YUV | 48.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 87 | 0 | 0.98 | 0.29 | 0.52 | 317.65 | 0.95 | 0.25 |
| Hex | 7A | 3 | 57 | 0 | 62 | 1D | 34 | 13E | 5F | 19 |
| Octal | 172 | 3 | 127 | 0 | 142 | 35 | 64 | 476 | 137 | 31 |
| Binary | 1111010 | 11 | 1010111 | 0 | 1100010 | 11101 | 110100 | 100111110 | 1011111 | 11001 |
Color Harmonies of #7A0357
Complementary color
Monochromatic Colors of #7A0357
Black with #7A0357
Text Example
Text Example
White with #7A0357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0357; }
p { color: rgb(122,3,87); }
H1.HeaderClassName
{
color: #7A0357;
}
.AnyTagClassName
{
color: #7A0357;
}
</style>
background-color css
<style>
a { background-color: #7A0357; }
a { background-color: rgb(122,3,87); }
div.DivClassName
{
background-color: #7A0357;
}
.BgClassName
{
background-color: #7A0357;
}
</style>
border-color css
<style>
span { border-color: #7A0357; }
span { border-color: rgb(122,3,87); }
td.TdClassName
{
border-color: #7A0357;
}
.TagClassName
{
border-color: #7A0357;
}
</style>