Shades of Eminence #73327A
Tints of Eminence #73327A
RGB
CMYK
RGB Variations
Color information
#73327A (or 0x73327A) is known color: Eminence. HEX triplet: 73, 32 and 7A. RGB value is (115,50,122). Sum of RGB (Red+Green+Blue) = 115+50+122=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #73327A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73327A is #8CCD85. Grayscale: #4D4D4D. Windows color (decimal): -9227654 or 8008307. OLE color: 8008307.
HSL color Cylindrical-coordinate representation of color #73327A: hue angle of 294.17º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73327A is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 50 | 122 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.52 |
| HSL | 294.17º | 0.42% | 0.34% | - |
| HSV(B) | 294.17º | 0.59% | 0.48% | - |
| XYZ | 11.72 | 7.33 | 19.21 | - |
| YUV | 77.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 122 | 0.06 | 0.59 | 0 | 0.52 | 294.17 | 0.42 | 0.34 |
| Hex | 73 | 32 | 7A | 6 | 3B | 0 | 34 | 126 | 2A | 22 |
| Octal | 163 | 62 | 172 | 6 | 73 | 0 | 64 | 446 | 52 | 42 |
| Binary | 1110011 | 110010 | 1111010 | 110 | 111011 | 0 | 110100 | 100100110 | 101010 | 100010 |
Color Harmonies of #73327A
Complementary color
Monochromatic Colors of #73327A
Black with #73327A
Text Example
Text Example
White with #73327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73327A; }
p { color: rgb(115,50,122); }
H1.HeaderClassName
{
color: #73327A;
}
.AnyTagClassName
{
color: #73327A;
}
</style>
background-color css
<style>
a { background-color: #73327A; }
a { background-color: rgb(115,50,122); }
div.DivClassName
{
background-color: #73327A;
}
.BgClassName
{
background-color: #73327A;
}
</style>
border-color css
<style>
span { border-color: #73327A; }
span { border-color: rgb(115,50,122); }
td.TdClassName
{
border-color: #73327A;
}
.TagClassName
{
border-color: #73327A;
}
</style>