Shades of Eminence #73386E
Tints of Eminence #73386E
RGB
CMYK
RGB Variations
Color information
#73386E (or 0x73386E) is known color: Eminence. HEX triplet: 73, 38 and 6E. RGB value is (115,56,110). Sum of RGB (Red+Green+Blue) = 115+56+110=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #73386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73386E is #8CC791. Grayscale: #4F4F4F. Windows color (decimal): -9226130 or 7223411. OLE color: 7223411.
HSL color Cylindrical-coordinate representation of color #73386E: hue angle of 305.08º 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 #73386E is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 56 | 110 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.55 |
| HSL | 305.08º | 0.35% | 0.34% | - |
| HSV(B) | 305.08º | 0.51% | 0.45% | - |
| XYZ | 11.3 | 7.6 | 15.62 | - |
| YUV | 79.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 110 | 0 | 0.51 | 0.04 | 0.55 | 305.08 | 0.35 | 0.34 |
| Hex | 73 | 38 | 6E | 0 | 33 | 4 | 37 | 131 | 23 | 22 |
| Octal | 163 | 70 | 156 | 0 | 63 | 4 | 67 | 461 | 43 | 42 |
| Binary | 1110011 | 111000 | 1101110 | 0 | 110011 | 100 | 110111 | 100110001 | 100011 | 100010 |
Color Harmonies of #73386E
Complementary color
Monochromatic Colors of #73386E
Black with #73386E
Text Example
Text Example
White with #73386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73386E; }
p { color: rgb(115,56,110); }
H1.HeaderClassName
{
color: #73386E;
}
.AnyTagClassName
{
color: #73386E;
}
</style>
background-color css
<style>
a { background-color: #73386E; }
a { background-color: rgb(115,56,110); }
div.DivClassName
{
background-color: #73386E;
}
.BgClassName
{
background-color: #73386E;
}
</style>
border-color css
<style>
span { border-color: #73386E; }
span { border-color: rgb(115,56,110); }
td.TdClassName
{
border-color: #73386E;
}
.TagClassName
{
border-color: #73386E;
}
</style>