Shades of Eminence #73386D
Tints of Eminence #73386D
RGB
CMYK
RGB Variations
Color information
#73386D (or 0x73386D) is known color: Eminence. HEX triplet: 73, 38 and 6D. RGB value is (115,56,109). Sum of RGB (Red+Green+Blue) = 115+56+109=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #73386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73386D is #8CC792. Grayscale: #4F4F4F. Windows color (decimal): -9226131 or 7157875. OLE color: 7157875.
HSL color Cylindrical-coordinate representation of color #73386D: hue angle of 306.1º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73386D is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 56 | 109 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.55 |
| HSL | 306.1º | 0.35% | 0.34% | - |
| HSV(B) | 306.1º | 0.51% | 0.45% | - |
| XYZ | 11.24 | 7.58 | 15.34 | - |
| YUV | 79.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 109 | 0 | 0.51 | 0.05 | 0.55 | 306.1 | 0.35 | 0.34 |
| Hex | 73 | 38 | 6D | 0 | 33 | 5 | 37 | 132 | 23 | 22 |
| Octal | 163 | 70 | 155 | 0 | 63 | 5 | 67 | 462 | 43 | 42 |
| Binary | 1110011 | 111000 | 1101101 | 0 | 110011 | 101 | 110111 | 100110010 | 100011 | 100010 |
Color Harmonies of #73386D
Complementary color
Monochromatic Colors of #73386D
Black with #73386D
Text Example
Text Example
White with #73386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73386D; }
p { color: rgb(115,56,109); }
H1.HeaderClassName
{
color: #73386D;
}
.AnyTagClassName
{
color: #73386D;
}
</style>
background-color css
<style>
a { background-color: #73386D; }
a { background-color: rgb(115,56,109); }
div.DivClassName
{
background-color: #73386D;
}
.BgClassName
{
background-color: #73386D;
}
</style>
border-color css
<style>
span { border-color: #73386D; }
span { border-color: rgb(115,56,109); }
td.TdClassName
{
border-color: #73386D;
}
.TagClassName
{
border-color: #73386D;
}
</style>