Shades of Eminence #733D72
Tints of Eminence #733D72
RGB
CMYK
RGB Variations
Color information
#733D72 (or 0x733D72) is known color: Eminence. HEX triplet: 73, 3D and 72. RGB value is (115,61,114). Sum of RGB (Red+Green+Blue) = 115+61+114=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #733D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733D72 is #8CC28D. Grayscale: #535353. Windows color (decimal): -9224846 or 7486835. OLE color: 7486835.
HSL color Cylindrical-coordinate representation of color #733D72: hue angle of 301.11º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #733D72 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 61 | 114 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.55 |
| HSL | 301.11º | 0.31% | 0.35% | - |
| HSV(B) | 301.11º | 0.47% | 0.45% | - |
| XYZ | 11.78 | 8.2 | 16.88 | - |
| YUV | 83.19 | 145.39 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 114 | 0 | 0.47 | 0.01 | 0.55 | 301.11 | 0.31 | 0.35 |
| Hex | 73 | 3D | 72 | 0 | 2F | 1 | 37 | 12D | 1F | 23 |
| Octal | 163 | 75 | 162 | 0 | 57 | 1 | 67 | 455 | 37 | 43 |
| Binary | 1110011 | 111101 | 1110010 | 0 | 101111 | 1 | 110111 | 100101101 | 11111 | 100011 |
Color Harmonies of #733D72
Complementary color
Monochromatic Colors of #733D72
Black with #733D72
Text Example
Text Example
White with #733D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733D72; }
p { color: rgb(115,61,114); }
H1.HeaderClassName
{
color: #733D72;
}
.AnyTagClassName
{
color: #733D72;
}
</style>
background-color css
<style>
a { background-color: #733D72; }
a { background-color: rgb(115,61,114); }
div.DivClassName
{
background-color: #733D72;
}
.BgClassName
{
background-color: #733D72;
}
</style>
border-color css
<style>
span { border-color: #733D72; }
span { border-color: rgb(115,61,114); }
td.TdClassName
{
border-color: #733D72;
}
.TagClassName
{
border-color: #733D72;
}
</style>