Shades of Eminence #73277F
Tints of Eminence #73277F
RGB
CMYK
RGB Variations
Color information
#73277F (or 0x73277F) is known color: Eminence. HEX triplet: 73, 27 and 7F. RGB value is (115,39,127). Sum of RGB (Red+Green+Blue) = 115+39+127=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #73277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73277F is #8CD880. Grayscale: #474747. Windows color (decimal): -9230465 or 8333171. OLE color: 8333171.
HSL color Cylindrical-coordinate representation of color #73277F: hue angle of 291.82º degrees, saturation: 0.53, 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 #73277F is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 39 | 127 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.50 |
| HSL | 291.82º | 0.53% | 0.33% | - |
| HSV(B) | 291.82º | 0.69% | 0.5% | - |
| XYZ | 11.63 | 6.63 | 20.75 | - |
| YUV | 71.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 39 | 127 | 0.09 | 0.69 | 0 | 0.50 | 291.82 | 0.53 | 0.33 |
| Hex | 73 | 27 | 7F | 9 | 45 | 0 | 32 | 124 | 35 | 21 |
| Octal | 163 | 47 | 177 | 11 | 105 | 0 | 62 | 444 | 65 | 41 |
| Binary | 1110011 | 100111 | 1111111 | 1001 | 1000101 | 0 | 110010 | 100100100 | 110101 | 100001 |
Color Harmonies of #73277F
Complementary color
Monochromatic Colors of #73277F
Black with #73277F
Text Example
Text Example
White with #73277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73277F; }
p { color: rgb(115,39,127); }
H1.HeaderClassName
{
color: #73277F;
}
.AnyTagClassName
{
color: #73277F;
}
</style>
background-color css
<style>
a { background-color: #73277F; }
a { background-color: rgb(115,39,127); }
div.DivClassName
{
background-color: #73277F;
}
.BgClassName
{
background-color: #73277F;
}
</style>
border-color css
<style>
span { border-color: #73277F; }
span { border-color: rgb(115,39,127); }
td.TdClassName
{
border-color: #73277F;
}
.TagClassName
{
border-color: #73277F;
}
</style>