Shades of Eminence #73347A
Tints of Eminence #73347A
RGB
CMYK
RGB Variations
Color information
#73347A (or 0x73347A) is known color: Eminence. HEX triplet: 73, 34 and 7A. RGB value is (115,52,122). Sum of RGB (Red+Green+Blue) = 115+52+122=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #73347A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73347A is #8CCB85. Grayscale: #4E4E4E. Windows color (decimal): -9227142 or 8008819. OLE color: 8008819.
HSL color Cylindrical-coordinate representation of color #73347A: hue angle of 294º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73347A is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 52 | 122 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.52 |
| HSL | 294º | 0.4% | 0.34% | - |
| HSV(B) | 294º | 0.57% | 0.48% | - |
| XYZ | 11.81 | 7.51 | 19.24 | - |
| YUV | 78.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 122 | 0.06 | 0.57 | 0 | 0.52 | 294 | 0.4 | 0.34 |
| Hex | 73 | 34 | 7A | 6 | 39 | 0 | 34 | 126 | 28 | 22 |
| Octal | 163 | 64 | 172 | 6 | 71 | 0 | 64 | 446 | 50 | 42 |
| Binary | 1110011 | 110100 | 1111010 | 110 | 111001 | 0 | 110100 | 100100110 | 101000 | 100010 |
Color Harmonies of #73347A
Complementary color
Monochromatic Colors of #73347A
Black with #73347A
Text Example
Text Example
White with #73347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73347A; }
p { color: rgb(115,52,122); }
H1.HeaderClassName
{
color: #73347A;
}
.AnyTagClassName
{
color: #73347A;
}
</style>
background-color css
<style>
a { background-color: #73347A; }
a { background-color: rgb(115,52,122); }
div.DivClassName
{
background-color: #73347A;
}
.BgClassName
{
background-color: #73347A;
}
</style>
border-color css
<style>
span { border-color: #73347A; }
span { border-color: rgb(115,52,122); }
td.TdClassName
{
border-color: #73347A;
}
.TagClassName
{
border-color: #73347A;
}
</style>