Shades of Eminence #7A4573
Tints of Eminence #7A4573
RGB
CMYK
RGB Variations
Color information
#7A4573 (or 0x7A4573) is known color: Eminence. HEX triplet: 7A, 45 and 73. RGB value is (122,69,115). Sum of RGB (Red+Green+Blue) = 122+69+115=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4573 is #85BA8C. Grayscale: #595959. Windows color (decimal): -8764045 or 7554426. OLE color: 7554426.
HSL color Cylindrical-coordinate representation of color #7A4573: hue angle of 307.92º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A4573 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 69 | 115 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.52 |
| HSL | 307.92º | 0.28% | 0.37% | - |
| HSV(B) | 307.92º | 0.43% | 0.48% | - |
| XYZ | 13.25 | 9.63 | 17.38 | - |
| YUV | 90.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 115 | 0 | 0.43 | 0.06 | 0.52 | 307.92 | 0.28 | 0.37 |
| Hex | 7A | 45 | 73 | 0 | 2B | 6 | 34 | 134 | 1C | 25 |
| Octal | 172 | 105 | 163 | 0 | 53 | 6 | 64 | 464 | 34 | 45 |
| Binary | 1111010 | 1000101 | 1110011 | 0 | 101011 | 110 | 110100 | 100110100 | 11100 | 100101 |
Color Harmonies of #7A4573
Complementary color
Monochromatic Colors of #7A4573
Black with #7A4573
Text Example
Text Example
White with #7A4573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4573; }
p { color: rgb(122,69,115); }
H1.HeaderClassName
{
color: #7A4573;
}
.AnyTagClassName
{
color: #7A4573;
}
</style>
background-color css
<style>
a { background-color: #7A4573; }
a { background-color: rgb(122,69,115); }
div.DivClassName
{
background-color: #7A4573;
}
.BgClassName
{
background-color: #7A4573;
}
</style>
border-color css
<style>
span { border-color: #7A4573; }
span { border-color: rgb(122,69,115); }
td.TdClassName
{
border-color: #7A4573;
}
.TagClassName
{
border-color: #7A4573;
}
</style>