Shades of Eminence #73297D
Tints of Eminence #73297D
RGB
CMYK
RGB Variations
Color information
#73297D (or 0x73297D) is known color: Eminence. HEX triplet: 73, 29 and 7D. RGB value is (115,41,125). Sum of RGB (Red+Green+Blue) = 115+41+125=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #73297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73297D is #8CD682. Grayscale: #484848. Windows color (decimal): -9229955 or 8202611. OLE color: 8202611.
HSL color Cylindrical-coordinate representation of color #73297D: hue angle of 292.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73297D is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 41 | 125 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.51 |
| HSL | 292.86º | 0.51% | 0.33% | - |
| HSV(B) | 292.86º | 0.67% | 0.49% | - |
| XYZ | 11.56 | 6.71 | 20.09 | - |
| YUV | 72.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 125 | 0.08 | 0.67 | 0 | 0.51 | 292.86 | 0.51 | 0.33 |
| Hex | 73 | 29 | 7D | 8 | 43 | 0 | 33 | 125 | 33 | 21 |
| Octal | 163 | 51 | 175 | 10 | 103 | 0 | 63 | 445 | 63 | 41 |
| Binary | 1110011 | 101001 | 1111101 | 1000 | 1000011 | 0 | 110011 | 100100101 | 110011 | 100001 |
Color Harmonies of #73297D
Complementary color
Monochromatic Colors of #73297D
Black with #73297D
Text Example
Text Example
White with #73297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73297D; }
p { color: rgb(115,41,125); }
H1.HeaderClassName
{
color: #73297D;
}
.AnyTagClassName
{
color: #73297D;
}
</style>
background-color css
<style>
a { background-color: #73297D; }
a { background-color: rgb(115,41,125); }
div.DivClassName
{
background-color: #73297D;
}
.BgClassName
{
background-color: #73297D;
}
</style>
border-color css
<style>
span { border-color: #73297D; }
span { border-color: rgb(115,41,125); }
td.TdClassName
{
border-color: #73297D;
}
.TagClassName
{
border-color: #73297D;
}
</style>