Shades of Eminence #73476E
Tints of Eminence #73476E
RGB
CMYK
RGB Variations
Color information
#73476E (or 0x73476E) is known color: Eminence. HEX triplet: 73, 47 and 6E. RGB value is (115,71,110). Sum of RGB (Red+Green+Blue) = 115+71+110=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #73476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73476E is #8CB891. Grayscale: #585858. Windows color (decimal): -9222290 or 7227251. OLE color: 7227251.
HSL color Cylindrical-coordinate representation of color #73476E: hue angle of 306.82º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73476E is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 71 | 110 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.55 |
| HSL | 306.82º | 0.24% | 0.36% | - |
| HSV(B) | 306.82º | 0.38% | 0.45% | - |
| XYZ | 12.14 | 9.28 | 15.9 | - |
| YUV | 88.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 110 | 0 | 0.38 | 0.04 | 0.55 | 306.82 | 0.24 | 0.36 |
| Hex | 73 | 47 | 6E | 0 | 26 | 4 | 37 | 133 | 18 | 24 |
| Octal | 163 | 107 | 156 | 0 | 46 | 4 | 67 | 463 | 30 | 44 |
| Binary | 1110011 | 1000111 | 1101110 | 0 | 100110 | 100 | 110111 | 100110011 | 11000 | 100100 |
Color Harmonies of #73476E
Complementary color
Monochromatic Colors of #73476E
Black with #73476E
Text Example
Text Example
White with #73476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73476E; }
p { color: rgb(115,71,110); }
H1.HeaderClassName
{
color: #73476E;
}
.AnyTagClassName
{
color: #73476E;
}
</style>
background-color css
<style>
a { background-color: #73476E; }
a { background-color: rgb(115,71,110); }
div.DivClassName
{
background-color: #73476E;
}
.BgClassName
{
background-color: #73476E;
}
</style>
border-color css
<style>
span { border-color: #73476E; }
span { border-color: rgb(115,71,110); }
td.TdClassName
{
border-color: #73476E;
}
.TagClassName
{
border-color: #73476E;
}
</style>