Shades of Eminence #73297B
Tints of Eminence #73297B
RGB
CMYK
RGB Variations
Color information
#73297B (or 0x73297B) is known color: Eminence. HEX triplet: 73, 29 and 7B. RGB value is (115,41,123). Sum of RGB (Red+Green+Blue) = 115+41+123=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #73297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73297B is #8CD684. Grayscale: #484848. Windows color (decimal): -9229957 or 8071539. OLE color: 8071539.
HSL color Cylindrical-coordinate representation of color #73297B: hue angle of 294.15º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73297B is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 41 | 123 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.52 |
| HSL | 294.15º | 0.5% | 0.32% | - |
| HSV(B) | 294.15º | 0.67% | 0.48% | - |
| XYZ | 11.44 | 6.66 | 19.42 | - |
| YUV | 72.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 123 | 0.07 | 0.67 | 0 | 0.52 | 294.15 | 0.5 | 0.32 |
| Hex | 73 | 29 | 7B | 7 | 43 | 0 | 34 | 126 | 32 | 20 |
| Octal | 163 | 51 | 173 | 7 | 103 | 0 | 64 | 446 | 62 | 40 |
| Binary | 1110011 | 101001 | 1111011 | 111 | 1000011 | 0 | 110100 | 100100110 | 110010 | 100000 |
Color Harmonies of #73297B
Complementary color
Monochromatic Colors of #73297B
Black with #73297B
Text Example
Text Example
White with #73297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73297B; }
p { color: rgb(115,41,123); }
H1.HeaderClassName
{
color: #73297B;
}
.AnyTagClassName
{
color: #73297B;
}
</style>
background-color css
<style>
a { background-color: #73297B; }
a { background-color: rgb(115,41,123); }
div.DivClassName
{
background-color: #73297B;
}
.BgClassName
{
background-color: #73297B;
}
</style>
border-color css
<style>
span { border-color: #73297B; }
span { border-color: rgb(115,41,123); }
td.TdClassName
{
border-color: #73297B;
}
.TagClassName
{
border-color: #73297B;
}
</style>