Shades of Eminence #73347D
Tints of Eminence #73347D
RGB
CMYK
RGB Variations
Color information
#73347D (or 0x73347D) is known color: Eminence. HEX triplet: 73, 34 and 7D. RGB value is (115,52,125). Sum of RGB (Red+Green+Blue) = 115+52+125=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #73347D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73347D is #8CCB82. Grayscale: #4E4E4E. Windows color (decimal): -9227139 or 8205427. OLE color: 8205427.
HSL color Cylindrical-coordinate representation of color #73347D: hue angle of 291.78º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73347D is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 52 | 125 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.51 |
| HSL | 291.78º | 0.41% | 0.35% | - |
| HSV(B) | 291.78º | 0.58% | 0.49% | - |
| XYZ | 12 | 7.58 | 20.23 | - |
| YUV | 79.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 125 | 0.08 | 0.58 | 0 | 0.51 | 291.78 | 0.41 | 0.35 |
| Hex | 73 | 34 | 7D | 8 | 3A | 0 | 33 | 124 | 29 | 23 |
| Octal | 163 | 64 | 175 | 10 | 72 | 0 | 63 | 444 | 51 | 43 |
| Binary | 1110011 | 110100 | 1111101 | 1000 | 111010 | 0 | 110011 | 100100100 | 101001 | 100011 |
Color Harmonies of #73347D
Complementary color
Monochromatic Colors of #73347D
Black with #73347D
Text Example
Text Example
White with #73347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73347D; }
p { color: rgb(115,52,125); }
H1.HeaderClassName
{
color: #73347D;
}
.AnyTagClassName
{
color: #73347D;
}
</style>
background-color css
<style>
a { background-color: #73347D; }
a { background-color: rgb(115,52,125); }
div.DivClassName
{
background-color: #73347D;
}
.BgClassName
{
background-color: #73347D;
}
</style>
border-color css
<style>
span { border-color: #73347D; }
span { border-color: rgb(115,52,125); }
td.TdClassName
{
border-color: #73347D;
}
.TagClassName
{
border-color: #73347D;
}
</style>