Shades of Eminence #73277E
Tints of Eminence #73277E
RGB
CMYK
RGB Variations
Color information
#73277E (or 0x73277E) is known color: Eminence. HEX triplet: 73, 27 and 7E. RGB value is (115,39,126). Sum of RGB (Red+Green+Blue) = 115+39+126=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #73277E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73277E is #8CD881. Grayscale: #474747. Windows color (decimal): -9230466 or 8267635. OLE color: 8267635.
HSL color Cylindrical-coordinate representation of color #73277E: hue angle of 292.41º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73277E is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 39 | 126 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.51 |
| HSL | 292.41º | 0.53% | 0.32% | - |
| HSV(B) | 292.41º | 0.69% | 0.49% | - |
| XYZ | 11.56 | 6.6 | 20.4 | - |
| YUV | 71.64 | 158.68 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 39 | 126 | 0.09 | 0.69 | 0 | 0.51 | 292.41 | 0.53 | 0.32 |
| Hex | 73 | 27 | 7E | 9 | 45 | 0 | 33 | 124 | 35 | 20 |
| Octal | 163 | 47 | 176 | 11 | 105 | 0 | 63 | 444 | 65 | 40 |
| Binary | 1110011 | 100111 | 1111110 | 1001 | 1000101 | 0 | 110011 | 100100100 | 110101 | 100000 |
Color Harmonies of #73277E
Complementary color
Monochromatic Colors of #73277E
Black with #73277E
Text Example
Text Example
White with #73277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73277E; }
p { color: rgb(115,39,126); }
H1.HeaderClassName
{
color: #73277E;
}
.AnyTagClassName
{
color: #73277E;
}
</style>
background-color css
<style>
a { background-color: #73277E; }
a { background-color: rgb(115,39,126); }
div.DivClassName
{
background-color: #73277E;
}
.BgClassName
{
background-color: #73277E;
}
</style>
border-color css
<style>
span { border-color: #73277E; }
span { border-color: rgb(115,39,126); }
td.TdClassName
{
border-color: #73277E;
}
.TagClassName
{
border-color: #73277E;
}
</style>