Shades of Eminence #73367F
Tints of Eminence #73367F
RGB
CMYK
RGB Variations
Color information
#73367F (or 0x73367F) is known color: Eminence. HEX triplet: 73, 36 and 7F. RGB value is (115,54,127). Sum of RGB (Red+Green+Blue) = 115+54+127=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #73367F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73367F is #8CC980. Grayscale: #505050. Windows color (decimal): -9226625 or 8337011. OLE color: 8337011.
HSL color Cylindrical-coordinate representation of color #73367F: hue angle of 290.14º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73367F is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 54 | 127 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.50 |
| HSL | 290.14º | 0.4% | 0.35% | - |
| HSV(B) | 290.14º | 0.57% | 0.5% | - |
| XYZ | 12.22 | 7.82 | 20.94 | - |
| YUV | 80.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 54 | 127 | 0.09 | 0.57 | 0 | 0.50 | 290.14 | 0.4 | 0.35 |
| Hex | 73 | 36 | 7F | 9 | 39 | 0 | 32 | 122 | 28 | 23 |
| Octal | 163 | 66 | 177 | 11 | 71 | 0 | 62 | 442 | 50 | 43 |
| Binary | 1110011 | 110110 | 1111111 | 1001 | 111001 | 0 | 110010 | 100100010 | 101000 | 100011 |
Color Harmonies of #73367F
Complementary color
Monochromatic Colors of #73367F
Black with #73367F
Text Example
Text Example
White with #73367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73367F; }
p { color: rgb(115,54,127); }
H1.HeaderClassName
{
color: #73367F;
}
.AnyTagClassName
{
color: #73367F;
}
</style>
background-color css
<style>
a { background-color: #73367F; }
a { background-color: rgb(115,54,127); }
div.DivClassName
{
background-color: #73367F;
}
.BgClassName
{
background-color: #73367F;
}
</style>
border-color css
<style>
span { border-color: #73367F; }
span { border-color: rgb(115,54,127); }
td.TdClassName
{
border-color: #73367F;
}
.TagClassName
{
border-color: #73367F;
}
</style>