Shades of Eggplant #7A045B
Tints of Eggplant #7A045B
RGB
CMYK
RGB Variations
Color information
#7A045B (or 0x7A045B) is known color: Eggplant. HEX triplet: 7A, 04 and 5B. RGB value is (122,4,91). Sum of RGB (Red+Green+Blue) = 122+4+91=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A045B is #85FBA4. Grayscale: #303030. Windows color (decimal): -8780709 or 5964922. OLE color: 5964922.
HSL color Cylindrical-coordinate representation of color #7A045B: hue angle of 315.76º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A045B is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 4 | 91 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.52 |
| HSL | 315.76º | 0.94% | 0.25% | - |
| HSV(B) | 315.76º | 0.97% | 0.48% | - |
| XYZ | 9.96 | 4.98 | 10.33 | - |
| YUV | 49.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 4 | 91 | 0 | 0.97 | 0.25 | 0.52 | 315.76 | 0.94 | 0.25 |
| Hex | 7A | 4 | 5B | 0 | 61 | 19 | 34 | 13C | 5E | 19 |
| Octal | 172 | 4 | 133 | 0 | 141 | 31 | 64 | 474 | 136 | 31 |
| Binary | 1111010 | 100 | 1011011 | 0 | 1100001 | 11001 | 110100 | 100111100 | 1011110 | 11001 |
Color Harmonies of #7A045B
Complementary color
Monochromatic Colors of #7A045B
Black with #7A045B
Text Example
Text Example
White with #7A045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A045B; }
p { color: rgb(122,4,91); }
H1.HeaderClassName
{
color: #7A045B;
}
.AnyTagClassName
{
color: #7A045B;
}
</style>
background-color css
<style>
a { background-color: #7A045B; }
a { background-color: rgb(122,4,91); }
div.DivClassName
{
background-color: #7A045B;
}
.BgClassName
{
background-color: #7A045B;
}
</style>
border-color css
<style>
span { border-color: #7A045B; }
span { border-color: rgb(122,4,91); }
td.TdClassName
{
border-color: #7A045B;
}
.TagClassName
{
border-color: #7A045B;
}
</style>