Shades of Eminence #733D79
Tints of Eminence #733D79
RGB
CMYK
RGB Variations
Color information
#733D79 (or 0x733D79) is known color: Eminence. HEX triplet: 73, 3D and 79. RGB value is (115,61,121). Sum of RGB (Red+Green+Blue) = 115+61+121=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #733D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733D79 is #8CC286. Grayscale: #535353. Windows color (decimal): -9224839 or 7945587. OLE color: 7945587.
HSL color Cylindrical-coordinate representation of color #733D79: hue angle of 294º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733D79 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 61 | 121 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.53 |
| HSL | 294º | 0.33% | 0.36% | - |
| HSV(B) | 294º | 0.5% | 0.47% | - |
| XYZ | 12.19 | 8.36 | 19.06 | - |
| YUV | 83.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 121 | 0.05 | 0.50 | 0 | 0.53 | 294 | 0.33 | 0.36 |
| Hex | 73 | 3D | 79 | 5 | 32 | 0 | 35 | 126 | 21 | 24 |
| Octal | 163 | 75 | 171 | 5 | 62 | 0 | 65 | 446 | 41 | 44 |
| Binary | 1110011 | 111101 | 1111001 | 101 | 110010 | 0 | 110101 | 100100110 | 100001 | 100100 |
Color Harmonies of #733D79
Complementary color
Monochromatic Colors of #733D79
Black with #733D79
Text Example
Text Example
White with #733D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733D79; }
p { color: rgb(115,61,121); }
H1.HeaderClassName
{
color: #733D79;
}
.AnyTagClassName
{
color: #733D79;
}
</style>
background-color css
<style>
a { background-color: #733D79; }
a { background-color: rgb(115,61,121); }
div.DivClassName
{
background-color: #733D79;
}
.BgClassName
{
background-color: #733D79;
}
</style>
border-color css
<style>
span { border-color: #733D79; }
span { border-color: rgb(115,61,121); }
td.TdClassName
{
border-color: #733D79;
}
.TagClassName
{
border-color: #733D79;
}
</style>