Shades of Eminence #7A367E
Tints of Eminence #7A367E
RGB
CMYK
RGB Variations
Color information
#7A367E (or 0x7A367E) is known color: Eminence. HEX triplet: 7A, 36 and 7E. RGB value is (122,54,126). Sum of RGB (Red+Green+Blue) = 122+54+126=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 126 - color contains mainly: blue. Hex color #7A367E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A367E is #85C981. Grayscale: #525252. Windows color (decimal): -8767874 or 8271482. OLE color: 8271482.
HSL color Cylindrical-coordinate representation of color #7A367E: hue angle of 296.67º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A367E is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 54 | 126 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.51 |
| HSL | 296.67º | 0.4% | 0.35% | - |
| HSV(B) | 296.67º | 0.57% | 0.49% | - |
| XYZ | 13.11 | 8.28 | 20.65 | - |
| YUV | 82.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 126 | 0.03 | 0.57 | 0 | 0.51 | 296.67 | 0.4 | 0.35 |
| Hex | 7A | 36 | 7E | 3 | 39 | 0 | 33 | 129 | 28 | 23 |
| Octal | 172 | 66 | 176 | 3 | 71 | 0 | 63 | 451 | 50 | 43 |
| Binary | 1111010 | 110110 | 1111110 | 11 | 111001 | 0 | 110011 | 100101001 | 101000 | 100011 |
Color Harmonies of #7A367E
Complementary color
Monochromatic Colors of #7A367E
Black with #7A367E
Text Example
Text Example
White with #7A367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A367E; }
p { color: rgb(122,54,126); }
H1.HeaderClassName
{
color: #7A367E;
}
.AnyTagClassName
{
color: #7A367E;
}
</style>
background-color css
<style>
a { background-color: #7A367E; }
a { background-color: rgb(122,54,126); }
div.DivClassName
{
background-color: #7A367E;
}
.BgClassName
{
background-color: #7A367E;
}
</style>
border-color css
<style>
span { border-color: #7A367E; }
span { border-color: rgb(122,54,126); }
td.TdClassName
{
border-color: #7A367E;
}
.TagClassName
{
border-color: #7A367E;
}
</style>