Shades of Eminence #7A346F
Tints of Eminence #7A346F
RGB
CMYK
RGB Variations
Color information
#7A346F (or 0x7A346F) is known color: Eminence. HEX triplet: 7A, 34 and 6F. RGB value is (122,52,111). Sum of RGB (Red+Green+Blue) = 122+52+111=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A346F is #85CB90. Grayscale: #4F4F4F. Windows color (decimal): -8768401 or 7287930. OLE color: 7287930.
HSL color Cylindrical-coordinate representation of color #7A346F: hue angle of 309.43º degrees, saturation: 0.4, 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 #7A346F is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 52 | 111 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.52 |
| HSL | 309.43º | 0.4% | 0.34% | - |
| HSV(B) | 309.43º | 0.57% | 0.48% | - |
| XYZ | 12.12 | 7.74 | 15.89 | - |
| YUV | 79.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 52 | 111 | 0 | 0.57 | 0.09 | 0.52 | 309.43 | 0.4 | 0.34 |
| Hex | 7A | 34 | 6F | 0 | 39 | 9 | 34 | 135 | 28 | 22 |
| Octal | 172 | 64 | 157 | 0 | 71 | 11 | 64 | 465 | 50 | 42 |
| Binary | 1111010 | 110100 | 1101111 | 0 | 111001 | 1001 | 110100 | 100110101 | 101000 | 100010 |
Color Harmonies of #7A346F
Complementary color
Monochromatic Colors of #7A346F
Black with #7A346F
Text Example
Text Example
White with #7A346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A346F; }
p { color: rgb(122,52,111); }
H1.HeaderClassName
{
color: #7A346F;
}
.AnyTagClassName
{
color: #7A346F;
}
</style>
background-color css
<style>
a { background-color: #7A346F; }
a { background-color: rgb(122,52,111); }
div.DivClassName
{
background-color: #7A346F;
}
.BgClassName
{
background-color: #7A346F;
}
</style>
border-color css
<style>
span { border-color: #7A346F; }
span { border-color: rgb(122,52,111); }
td.TdClassName
{
border-color: #7A346F;
}
.TagClassName
{
border-color: #7A346F;
}
</style>