Shades of Eminence #73486F
Tints of Eminence #73486F
RGB
CMYK
RGB Variations
Color information
#73486F (or 0x73486F) is known color: Eminence. HEX triplet: 73, 48 and 6F. RGB value is (115,72,111). Sum of RGB (Red+Green+Blue) = 115+72+111=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #73486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73486F is #8CB790. Grayscale: #595959. Windows color (decimal): -9222033 or 7293043. OLE color: 7293043.
HSL color Cylindrical-coordinate representation of color #73486F: hue angle of 305.58º degrees, saturation: 0.23, 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 #73486F is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 72 | 111 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.55 |
| HSL | 305.58º | 0.23% | 0.37% | - |
| HSV(B) | 305.58º | 0.37% | 0.45% | - |
| XYZ | 12.26 | 9.43 | 16.21 | - |
| YUV | 89.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 111 | 0 | 0.37 | 0.03 | 0.55 | 305.58 | 0.23 | 0.37 |
| Hex | 73 | 48 | 6F | 0 | 25 | 3 | 37 | 132 | 17 | 25 |
| Octal | 163 | 110 | 157 | 0 | 45 | 3 | 67 | 462 | 27 | 45 |
| Binary | 1110011 | 1001000 | 1101111 | 0 | 100101 | 11 | 110111 | 100110010 | 10111 | 100101 |
Color Harmonies of #73486F
Complementary color
Monochromatic Colors of #73486F
Black with #73486F
Text Example
Text Example
White with #73486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73486F; }
p { color: rgb(115,72,111); }
H1.HeaderClassName
{
color: #73486F;
}
.AnyTagClassName
{
color: #73486F;
}
</style>
background-color css
<style>
a { background-color: #73486F; }
a { background-color: rgb(115,72,111); }
div.DivClassName
{
background-color: #73486F;
}
.BgClassName
{
background-color: #73486F;
}
</style>
border-color css
<style>
span { border-color: #73486F; }
span { border-color: rgb(115,72,111); }
td.TdClassName
{
border-color: #73486F;
}
.TagClassName
{
border-color: #73486F;
}
</style>