Shades of Eminence #73466D
Tints of Eminence #73466D
RGB
CMYK
RGB Variations
Color information
#73466D (or 0x73466D) is known color: Eminence. HEX triplet: 73, 46 and 6D. RGB value is (115,70,109). Sum of RGB (Red+Green+Blue) = 115+70+109=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #73466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73466D is #8CB992. Grayscale: #575757. Windows color (decimal): -9222547 or 7161459. OLE color: 7161459.
HSL color Cylindrical-coordinate representation of color #73466D: hue angle of 308º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73466D is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 70 | 109 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.55 |
| HSL | 308º | 0.24% | 0.36% | - |
| HSV(B) | 308º | 0.39% | 0.45% | - |
| XYZ | 12.02 | 9.13 | 15.6 | - |
| YUV | 87.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 70 | 109 | 0 | 0.39 | 0.05 | 0.55 | 308 | 0.24 | 0.36 |
| Hex | 73 | 46 | 6D | 0 | 27 | 5 | 37 | 134 | 18 | 24 |
| Octal | 163 | 106 | 155 | 0 | 47 | 5 | 67 | 464 | 30 | 44 |
| Binary | 1110011 | 1000110 | 1101101 | 0 | 100111 | 101 | 110111 | 100110100 | 11000 | 100100 |
Color Harmonies of #73466D
Complementary color
Monochromatic Colors of #73466D
Black with #73466D
Text Example
Text Example
White with #73466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73466D; }
p { color: rgb(115,70,109); }
H1.HeaderClassName
{
color: #73466D;
}
.AnyTagClassName
{
color: #73466D;
}
</style>
background-color css
<style>
a { background-color: #73466D; }
a { background-color: rgb(115,70,109); }
div.DivClassName
{
background-color: #73466D;
}
.BgClassName
{
background-color: #73466D;
}
</style>
border-color css
<style>
span { border-color: #73466D; }
span { border-color: rgb(115,70,109); }
td.TdClassName
{
border-color: #73466D;
}
.TagClassName
{
border-color: #73466D;
}
</style>