Shades of Eminence #7A357E
Tints of Eminence #7A357E
RGB
CMYK
RGB Variations
Color information
#7A357E (or 0x7A357E) is known color: Eminence. HEX triplet: 7A, 35 and 7E. RGB value is (122,53,126). Sum of RGB (Red+Green+Blue) = 122+53+126=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 126 - color contains mainly: blue. Hex color #7A357E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A357E is #85CA81. Grayscale: #515151. Windows color (decimal): -8768130 or 8271226. OLE color: 8271226.
HSL color Cylindrical-coordinate representation of color #7A357E: hue angle of 296.71º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A357E is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 53 | 126 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.51 |
| HSL | 296.71º | 0.41% | 0.35% | - |
| HSV(B) | 296.71º | 0.58% | 0.49% | - |
| XYZ | 13.07 | 8.19 | 20.63 | - |
| YUV | 81.95 | 152.86 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 126 | 0.03 | 0.58 | 0 | 0.51 | 296.71 | 0.41 | 0.35 |
| Hex | 7A | 35 | 7E | 3 | 3A | 0 | 33 | 129 | 29 | 23 |
| Octal | 172 | 65 | 176 | 3 | 72 | 0 | 63 | 451 | 51 | 43 |
| Binary | 1111010 | 110101 | 1111110 | 11 | 111010 | 0 | 110011 | 100101001 | 101001 | 100011 |
Color Harmonies of #7A357E
Complementary color
Monochromatic Colors of #7A357E
Black with #7A357E
Text Example
Text Example
White with #7A357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A357E; }
p { color: rgb(122,53,126); }
H1.HeaderClassName
{
color: #7A357E;
}
.AnyTagClassName
{
color: #7A357E;
}
</style>
background-color css
<style>
a { background-color: #7A357E; }
a { background-color: rgb(122,53,126); }
div.DivClassName
{
background-color: #7A357E;
}
.BgClassName
{
background-color: #7A357E;
}
</style>
border-color css
<style>
span { border-color: #7A357E; }
span { border-color: rgb(122,53,126); }
td.TdClassName
{
border-color: #7A357E;
}
.TagClassName
{
border-color: #7A357E;
}
</style>