Shades of Eminence #733A73
Tints of Eminence #733A73
RGB
CMYK
RGB Variations
Color information
#733A73 (or 0x733A73) is known color: Eminence. HEX triplet: 73, 3A and 73. RGB value is (115,58,115). Sum of RGB (Red+Green+Blue) = 115+58+115=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #733A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A73 is #8CC58C. Grayscale: #515151. Windows color (decimal): -9225613 or 7551603. OLE color: 7551603.
HSL color Cylindrical-coordinate representation of color #733A73: hue angle of 300º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733A73 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 115 | - |
| CMYK | 0 | 0.50 | 0 | 0.55 |
| HSL | 300º | 0.33% | 0.34% | - |
| HSV(B) | 300º | 0.5% | 0.45% | - |
| XYZ | 11.68 | 7.91 | 17.13 | - |
| YUV | 81.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 115 | 0 | 0.50 | 0 | 0.55 | 300 | 0.33 | 0.34 |
| Hex | 73 | 3A | 73 | 0 | 32 | 0 | 37 | 12C | 21 | 22 |
| Octal | 163 | 72 | 163 | 0 | 62 | 0 | 67 | 454 | 41 | 42 |
| Binary | 1110011 | 111010 | 1110011 | 0 | 110010 | 0 | 110111 | 100101100 | 100001 | 100010 |
Color Harmonies of #733A73
Complementary color
Monochromatic Colors of #733A73
Black with #733A73
Text Example
Text Example
White with #733A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A73; }
p { color: rgb(115,58,115); }
H1.HeaderClassName
{
color: #733A73;
}
.AnyTagClassName
{
color: #733A73;
}
</style>
background-color css
<style>
a { background-color: #733A73; }
a { background-color: rgb(115,58,115); }
div.DivClassName
{
background-color: #733A73;
}
.BgClassName
{
background-color: #733A73;
}
</style>
border-color css
<style>
span { border-color: #733A73; }
span { border-color: rgb(115,58,115); }
td.TdClassName
{
border-color: #733A73;
}
.TagClassName
{
border-color: #733A73;
}
</style>