Shades of Eminence #733C75
Tints of Eminence #733C75
RGB
CMYK
RGB Variations
Color information
#733C75 (or 0x733C75) is known color: Eminence. HEX triplet: 73, 3C and 75. RGB value is (115,60,117). Sum of RGB (Red+Green+Blue) = 115+60+117=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 117 - color contains mainly: blue. Hex color #733C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733C75 is #8CC38A. Grayscale: #525252. Windows color (decimal): -9225099 or 7683187. OLE color: 7683187.
HSL color Cylindrical-coordinate representation of color #733C75: hue angle of 297.89º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #733C75 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 60 | 117 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.54 |
| HSL | 297.89º | 0.32% | 0.35% | - |
| HSV(B) | 297.89º | 0.49% | 0.46% | - |
| XYZ | 11.9 | 8.16 | 17.78 | - |
| YUV | 82.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 117 | 0.02 | 0.49 | 0 | 0.54 | 297.89 | 0.32 | 0.35 |
| Hex | 73 | 3C | 75 | 2 | 31 | 0 | 36 | 12A | 20 | 23 |
| Octal | 163 | 74 | 165 | 2 | 61 | 0 | 66 | 452 | 40 | 43 |
| Binary | 1110011 | 111100 | 1110101 | 10 | 110001 | 0 | 110110 | 100101010 | 100000 | 100011 |
Color Harmonies of #733C75
Complementary color
Monochromatic Colors of #733C75
Black with #733C75
Text Example
Text Example
White with #733C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C75; }
p { color: rgb(115,60,117); }
H1.HeaderClassName
{
color: #733C75;
}
.AnyTagClassName
{
color: #733C75;
}
</style>
background-color css
<style>
a { background-color: #733C75; }
a { background-color: rgb(115,60,117); }
div.DivClassName
{
background-color: #733C75;
}
.BgClassName
{
background-color: #733C75;
}
</style>
border-color css
<style>
span { border-color: #733C75; }
span { border-color: rgb(115,60,117); }
td.TdClassName
{
border-color: #733C75;
}
.TagClassName
{
border-color: #733C75;
}
</style>