Shades of Eminence #7A3572
Tints of Eminence #7A3572
RGB
CMYK
RGB Variations
Color information
#7A3572 (or 0x7A3572) is known color: Eminence. HEX triplet: 7A, 35 and 72. RGB value is (122,53,114). Sum of RGB (Red+Green+Blue) = 122+53+114=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3572 is #85CA8D. Grayscale: #505050. Windows color (decimal): -8768142 or 7484794. OLE color: 7484794.
HSL color Cylindrical-coordinate representation of color #7A3572: hue angle of 306.96º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A3572 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 53 | 114 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.52 |
| HSL | 306.96º | 0.39% | 0.34% | - |
| HSV(B) | 306.96º | 0.57% | 0.48% | - |
| XYZ | 12.34 | 7.9 | 16.79 | - |
| YUV | 80.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 114 | 0 | 0.57 | 0.07 | 0.52 | 306.96 | 0.39 | 0.34 |
| Hex | 7A | 35 | 72 | 0 | 39 | 7 | 34 | 133 | 27 | 22 |
| Octal | 172 | 65 | 162 | 0 | 71 | 7 | 64 | 463 | 47 | 42 |
| Binary | 1111010 | 110101 | 1110010 | 0 | 111001 | 111 | 110100 | 100110011 | 100111 | 100010 |
Color Harmonies of #7A3572
Complementary color
Monochromatic Colors of #7A3572
Black with #7A3572
Text Example
Text Example
White with #7A3572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3572; }
p { color: rgb(122,53,114); }
H1.HeaderClassName
{
color: #7A3572;
}
.AnyTagClassName
{
color: #7A3572;
}
</style>
background-color css
<style>
a { background-color: #7A3572; }
a { background-color: rgb(122,53,114); }
div.DivClassName
{
background-color: #7A3572;
}
.BgClassName
{
background-color: #7A3572;
}
</style>
border-color css
<style>
span { border-color: #7A3572; }
span { border-color: rgb(122,53,114); }
td.TdClassName
{
border-color: #7A3572;
}
.TagClassName
{
border-color: #7A3572;
}
</style>