Shades of Eminence #73287F
Tints of Eminence #73287F
RGB
CMYK
RGB Variations
Color information
#73287F (or 0x73287F) is known color: Eminence. HEX triplet: 73, 28 and 7F. RGB value is (115,40,127). Sum of RGB (Red+Green+Blue) = 115+40+127=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #73287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73287F is #8CD780. Grayscale: #484848. Windows color (decimal): -9230209 or 8333427. OLE color: 8333427.
HSL color Cylindrical-coordinate representation of color #73287F: hue angle of 291.72º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73287F is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 40 | 127 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.50 |
| HSL | 291.72º | 0.52% | 0.33% | - |
| HSV(B) | 291.72º | 0.69% | 0.5% | - |
| XYZ | 11.66 | 6.69 | 20.76 | - |
| YUV | 72.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 127 | 0.09 | 0.69 | 0 | 0.50 | 291.72 | 0.52 | 0.33 |
| Hex | 73 | 28 | 7F | 9 | 45 | 0 | 32 | 124 | 34 | 21 |
| Octal | 163 | 50 | 177 | 11 | 105 | 0 | 62 | 444 | 64 | 41 |
| Binary | 1110011 | 101000 | 1111111 | 1001 | 1000101 | 0 | 110010 | 100100100 | 110100 | 100001 |
Color Harmonies of #73287F
Complementary color
Monochromatic Colors of #73287F
Black with #73287F
Text Example
Text Example
White with #73287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73287F; }
p { color: rgb(115,40,127); }
H1.HeaderClassName
{
color: #73287F;
}
.AnyTagClassName
{
color: #73287F;
}
</style>
background-color css
<style>
a { background-color: #73287F; }
a { background-color: rgb(115,40,127); }
div.DivClassName
{
background-color: #73287F;
}
.BgClassName
{
background-color: #73287F;
}
</style>
border-color css
<style>
span { border-color: #73287F; }
span { border-color: rgb(115,40,127); }
td.TdClassName
{
border-color: #73287F;
}
.TagClassName
{
border-color: #73287F;
}
</style>