Shades of Eminence #79437A
Tints of Eminence #79437A
RGB
CMYK
RGB Variations
Color information
#79437A (or 0x79437A) is known color: Eminence. HEX triplet: 79, 43 and 7A. RGB value is (121,67,122). Sum of RGB (Red+Green+Blue) = 121+67+122=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 122 - color contains mainly: blue. Hex color #79437A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79437A is #86BC85. Grayscale: #595959. Windows color (decimal): -8830086 or 8012665. OLE color: 8012665.
HSL color Cylindrical-coordinate representation of color #79437A: hue angle of 298.91º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79437A is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 67 | 122 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.52 |
| HSL | 298.91º | 0.29% | 0.37% | - |
| HSV(B) | 298.91º | 0.45% | 0.48% | - |
| XYZ | 13.41 | 9.48 | 19.54 | - |
| YUV | 89.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 67 | 122 | 0.01 | 0.45 | 0 | 0.52 | 298.91 | 0.29 | 0.37 |
| Hex | 79 | 43 | 7A | 1 | 2D | 0 | 34 | 12B | 1D | 25 |
| Octal | 171 | 103 | 172 | 1 | 55 | 0 | 64 | 453 | 35 | 45 |
| Binary | 1111001 | 1000011 | 1111010 | 1 | 101101 | 0 | 110100 | 100101011 | 11101 | 100101 |
Color Harmonies of #79437A
Complementary color
Monochromatic Colors of #79437A
Black with #79437A
Text Example
Text Example
White with #79437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79437A; }
p { color: rgb(121,67,122); }
H1.HeaderClassName
{
color: #79437A;
}
.AnyTagClassName
{
color: #79437A;
}
</style>
background-color css
<style>
a { background-color: #79437A; }
a { background-color: rgb(121,67,122); }
div.DivClassName
{
background-color: #79437A;
}
.BgClassName
{
background-color: #79437A;
}
</style>
border-color css
<style>
span { border-color: #79437A; }
span { border-color: rgb(121,67,122); }
td.TdClassName
{
border-color: #79437A;
}
.TagClassName
{
border-color: #79437A;
}
</style>