Shades of Eminence #73337A
Tints of Eminence #73337A
RGB
CMYK
RGB Variations
Color information
#73337A (or 0x73337A) is known color: Eminence. HEX triplet: 73, 33 and 7A. RGB value is (115,51,122). Sum of RGB (Red+Green+Blue) = 115+51+122=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #73337A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73337A is #8CCC85. Grayscale: #4E4E4E. Windows color (decimal): -9227398 or 8008563. OLE color: 8008563.
HSL color Cylindrical-coordinate representation of color #73337A: hue angle of 294.08º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73337A is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 51 | 122 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.52 |
| HSL | 294.08º | 0.41% | 0.34% | - |
| HSV(B) | 294.08º | 0.58% | 0.48% | - |
| XYZ | 11.77 | 7.42 | 19.22 | - |
| YUV | 78.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 51 | 122 | 0.06 | 0.58 | 0 | 0.52 | 294.08 | 0.41 | 0.34 |
| Hex | 73 | 33 | 7A | 6 | 3A | 0 | 34 | 126 | 29 | 22 |
| Octal | 163 | 63 | 172 | 6 | 72 | 0 | 64 | 446 | 51 | 42 |
| Binary | 1110011 | 110011 | 1111010 | 110 | 111010 | 0 | 110100 | 100100110 | 101001 | 100010 |
Color Harmonies of #73337A
Complementary color
Monochromatic Colors of #73337A
Black with #73337A
Text Example
Text Example
White with #73337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73337A; }
p { color: rgb(115,51,122); }
H1.HeaderClassName
{
color: #73337A;
}
.AnyTagClassName
{
color: #73337A;
}
</style>
background-color css
<style>
a { background-color: #73337A; }
a { background-color: rgb(115,51,122); }
div.DivClassName
{
background-color: #73337A;
}
.BgClassName
{
background-color: #73337A;
}
</style>
border-color css
<style>
span { border-color: #73337A; }
span { border-color: rgb(115,51,122); }
td.TdClassName
{
border-color: #73337A;
}
.TagClassName
{
border-color: #73337A;
}
</style>