Shades of Eminence #73317F
Tints of Eminence #73317F
RGB
CMYK
RGB Variations
Color information
#73317F (or 0x73317F) is known color: Eminence. HEX triplet: 73, 31 and 7F. RGB value is (115,49,127). Sum of RGB (Red+Green+Blue) = 115+49+127=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #73317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73317F is #8CCE80. Grayscale: #4D4D4D. Windows color (decimal): -9227905 or 8335731. OLE color: 8335731.
HSL color Cylindrical-coordinate representation of color #73317F: hue angle of 290.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73317F is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 49 | 127 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.50 |
| HSL | 290.77º | 0.44% | 0.35% | - |
| HSV(B) | 290.77º | 0.61% | 0.5% | - |
| XYZ | 12 | 7.37 | 20.87 | - |
| YUV | 77.63 | 155.87 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 127 | 0.09 | 0.61 | 0 | 0.50 | 290.77 | 0.44 | 0.35 |
| Hex | 73 | 31 | 7F | 9 | 3D | 0 | 32 | 123 | 2C | 23 |
| Octal | 163 | 61 | 177 | 11 | 75 | 0 | 62 | 443 | 54 | 43 |
| Binary | 1110011 | 110001 | 1111111 | 1001 | 111101 | 0 | 110010 | 100100011 | 101100 | 100011 |
Color Harmonies of #73317F
Complementary color
Monochromatic Colors of #73317F
Black with #73317F
Text Example
Text Example
White with #73317F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73317F; }
p { color: rgb(115,49,127); }
H1.HeaderClassName
{
color: #73317F;
}
.AnyTagClassName
{
color: #73317F;
}
</style>
background-color css
<style>
a { background-color: #73317F; }
a { background-color: rgb(115,49,127); }
div.DivClassName
{
background-color: #73317F;
}
.BgClassName
{
background-color: #73317F;
}
</style>
border-color css
<style>
span { border-color: #73317F; }
span { border-color: rgb(115,49,127); }
td.TdClassName
{
border-color: #73317F;
}
.TagClassName
{
border-color: #73317F;
}
</style>