Shades of Eminence #73297F
Tints of Eminence #73297F
RGB
CMYK
RGB Variations
Color information
#73297F (or 0x73297F) is known color: Eminence. HEX triplet: 73, 29 and 7F. RGB value is (115,41,127). Sum of RGB (Red+Green+Blue) = 115+41+127=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #73297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73297F is #8CD680. Grayscale: #484848. Windows color (decimal): -9229953 or 8333683. OLE color: 8333683.
HSL color Cylindrical-coordinate representation of color #73297F: hue angle of 291.63º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73297F is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 41 | 127 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.50 |
| HSL | 291.63º | 0.51% | 0.33% | - |
| HSV(B) | 291.63º | 0.68% | 0.5% | - |
| XYZ | 11.69 | 6.76 | 20.77 | - |
| YUV | 72.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 127 | 0.09 | 0.68 | 0 | 0.50 | 291.63 | 0.51 | 0.33 |
| Hex | 73 | 29 | 7F | 9 | 44 | 0 | 32 | 124 | 33 | 21 |
| Octal | 163 | 51 | 177 | 11 | 104 | 0 | 62 | 444 | 63 | 41 |
| Binary | 1110011 | 101001 | 1111111 | 1001 | 1000100 | 0 | 110010 | 100100100 | 110011 | 100001 |
Color Harmonies of #73297F
Complementary color
Monochromatic Colors of #73297F
Black with #73297F
Text Example
Text Example
White with #73297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73297F; }
p { color: rgb(115,41,127); }
H1.HeaderClassName
{
color: #73297F;
}
.AnyTagClassName
{
color: #73297F;
}
</style>
background-color css
<style>
a { background-color: #73297F; }
a { background-color: rgb(115,41,127); }
div.DivClassName
{
background-color: #73297F;
}
.BgClassName
{
background-color: #73297F;
}
</style>
border-color css
<style>
span { border-color: #73297F; }
span { border-color: rgb(115,41,127); }
td.TdClassName
{
border-color: #73297F;
}
.TagClassName
{
border-color: #73297F;
}
</style>