Shades of Eminence #733D78
Tints of Eminence #733D78
RGB
CMYK
RGB Variations
Color information
#733D78 (or 0x733D78) is known color: Eminence. HEX triplet: 73, 3D and 78. RGB value is (115,61,120). Sum of RGB (Red+Green+Blue) = 115+61+120=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #733D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733D78 is #8CC287. Grayscale: #535353. Windows color (decimal): -9224840 or 7880051. OLE color: 7880051.
HSL color Cylindrical-coordinate representation of color #733D78: hue angle of 294.92º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #733D78 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 61 | 120 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.53 |
| HSL | 294.92º | 0.33% | 0.35% | - |
| HSV(B) | 294.92º | 0.49% | 0.47% | - |
| XYZ | 12.13 | 8.34 | 18.74 | - |
| YUV | 83.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 120 | 0.04 | 0.49 | 0 | 0.53 | 294.92 | 0.33 | 0.35 |
| Hex | 73 | 3D | 78 | 4 | 31 | 0 | 35 | 127 | 21 | 23 |
| Octal | 163 | 75 | 170 | 4 | 61 | 0 | 65 | 447 | 41 | 43 |
| Binary | 1110011 | 111101 | 1111000 | 100 | 110001 | 0 | 110101 | 100100111 | 100001 | 100011 |
Color Harmonies of #733D78
Complementary color
Monochromatic Colors of #733D78
Black with #733D78
Text Example
Text Example
White with #733D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733D78; }
p { color: rgb(115,61,120); }
H1.HeaderClassName
{
color: #733D78;
}
.AnyTagClassName
{
color: #733D78;
}
</style>
background-color css
<style>
a { background-color: #733D78; }
a { background-color: rgb(115,61,120); }
div.DivClassName
{
background-color: #733D78;
}
.BgClassName
{
background-color: #733D78;
}
</style>
border-color css
<style>
span { border-color: #733D78; }
span { border-color: rgb(115,61,120); }
td.TdClassName
{
border-color: #733D78;
}
.TagClassName
{
border-color: #733D78;
}
</style>