Shades of Eminence #73496E
Tints of Eminence #73496E
RGB
CMYK
RGB Variations
Color information
#73496E (or 0x73496E) is known color: Eminence. HEX triplet: 73, 49 and 6E. RGB value is (115,73,110). Sum of RGB (Red+Green+Blue) = 115+73+110=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #73496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73496E is #8CB691. Grayscale: #595959. Windows color (decimal): -9221778 or 7227763. OLE color: 7227763.
HSL color Cylindrical-coordinate representation of color #73496E: hue angle of 307.14º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73496E is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 73 | 110 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.55 |
| HSL | 307.14º | 0.22% | 0.37% | - |
| HSV(B) | 307.14º | 0.37% | 0.45% | - |
| XYZ | 12.27 | 9.54 | 15.95 | - |
| YUV | 89.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 110 | 0 | 0.37 | 0.04 | 0.55 | 307.14 | 0.22 | 0.37 |
| Hex | 73 | 49 | 6E | 0 | 25 | 4 | 37 | 133 | 16 | 25 |
| Octal | 163 | 111 | 156 | 0 | 45 | 4 | 67 | 463 | 26 | 45 |
| Binary | 1110011 | 1001001 | 1101110 | 0 | 100101 | 100 | 110111 | 100110011 | 10110 | 100101 |
Color Harmonies of #73496E
Complementary color
Monochromatic Colors of #73496E
Black with #73496E
Text Example
Text Example
White with #73496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73496E; }
p { color: rgb(115,73,110); }
H1.HeaderClassName
{
color: #73496E;
}
.AnyTagClassName
{
color: #73496E;
}
</style>
background-color css
<style>
a { background-color: #73496E; }
a { background-color: rgb(115,73,110); }
div.DivClassName
{
background-color: #73496E;
}
.BgClassName
{
background-color: #73496E;
}
</style>
border-color css
<style>
span { border-color: #73496E; }
span { border-color: rgb(115,73,110); }
td.TdClassName
{
border-color: #73496E;
}
.TagClassName
{
border-color: #73496E;
}
</style>