Shades of Eminence #7A356F
Tints of Eminence #7A356F
RGB
CMYK
RGB Variations
Color information
#7A356F (or 0x7A356F) is known color: Eminence. HEX triplet: 7A, 35 and 6F. RGB value is (122,53,111). Sum of RGB (Red+Green+Blue) = 122+53+111=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 122 - color contains mainly: red. Hex color #7A356F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A356F is #85CA90. Grayscale: #505050. Windows color (decimal): -8768145 or 7288186. OLE color: 7288186.
HSL color Cylindrical-coordinate representation of color #7A356F: hue angle of 309.57º 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 #7A356F is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 53 | 111 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.52 |
| HSL | 309.57º | 0.39% | 0.34% | - |
| HSV(B) | 309.57º | 0.57% | 0.48% | - |
| XYZ | 12.17 | 7.83 | 15.91 | - |
| YUV | 80.24 | 145.36 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 111 | 0 | 0.57 | 0.09 | 0.52 | 309.57 | 0.39 | 0.34 |
| Hex | 7A | 35 | 6F | 0 | 39 | 9 | 34 | 136 | 27 | 22 |
| Octal | 172 | 65 | 157 | 0 | 71 | 11 | 64 | 466 | 47 | 42 |
| Binary | 1111010 | 110101 | 1101111 | 0 | 111001 | 1001 | 110100 | 100110110 | 100111 | 100010 |
Color Harmonies of #7A356F
Complementary color
Monochromatic Colors of #7A356F
Black with #7A356F
Text Example
Text Example
White with #7A356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A356F; }
p { color: rgb(122,53,111); }
H1.HeaderClassName
{
color: #7A356F;
}
.AnyTagClassName
{
color: #7A356F;
}
</style>
background-color css
<style>
a { background-color: #7A356F; }
a { background-color: rgb(122,53,111); }
div.DivClassName
{
background-color: #7A356F;
}
.BgClassName
{
background-color: #7A356F;
}
</style>
border-color css
<style>
span { border-color: #7A356F; }
span { border-color: rgb(122,53,111); }
td.TdClassName
{
border-color: #7A356F;
}
.TagClassName
{
border-color: #7A356F;
}
</style>