Shades of Eminence #7A366F
Tints of Eminence #7A366F
RGB
CMYK
RGB Variations
Color information
#7A366F (or 0x7A366F) is known color: Eminence. HEX triplet: 7A, 36 and 6F. RGB value is (122,54,111). Sum of RGB (Red+Green+Blue) = 122+54+111=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A366F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A366F is #85C990. Grayscale: #505050. Windows color (decimal): -8767889 or 7288442. OLE color: 7288442.
HSL color Cylindrical-coordinate representation of color #7A366F: hue angle of 309.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A366F is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 54 | 111 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.52 |
| HSL | 309.71º | 0.39% | 0.35% | - |
| HSV(B) | 309.71º | 0.56% | 0.48% | - |
| XYZ | 12.21 | 7.92 | 15.92 | - |
| YUV | 80.83 | 145.03 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 111 | 0 | 0.56 | 0.09 | 0.52 | 309.71 | 0.39 | 0.35 |
| Hex | 7A | 36 | 6F | 0 | 38 | 9 | 34 | 136 | 27 | 23 |
| Octal | 172 | 66 | 157 | 0 | 70 | 11 | 64 | 466 | 47 | 43 |
| Binary | 1111010 | 110110 | 1101111 | 0 | 111000 | 1001 | 110100 | 100110110 | 100111 | 100011 |
Color Harmonies of #7A366F
Complementary color
Monochromatic Colors of #7A366F
Black with #7A366F
Text Example
Text Example
White with #7A366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A366F; }
p { color: rgb(122,54,111); }
H1.HeaderClassName
{
color: #7A366F;
}
.AnyTagClassName
{
color: #7A366F;
}
</style>
background-color css
<style>
a { background-color: #7A366F; }
a { background-color: rgb(122,54,111); }
div.DivClassName
{
background-color: #7A366F;
}
.BgClassName
{
background-color: #7A366F;
}
</style>
border-color css
<style>
span { border-color: #7A366F; }
span { border-color: rgb(122,54,111); }
td.TdClassName
{
border-color: #7A366F;
}
.TagClassName
{
border-color: #7A366F;
}
</style>