Shades of Eminence #753C72
Tints of Eminence #753C72
RGB
CMYK
RGB Variations
Color information
#753C72 (or 0x753C72) is known color: Eminence. HEX triplet: 75, 3C and 72. RGB value is (117,60,114). Sum of RGB (Red+Green+Blue) = 117+60+114=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #753C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C72 is #8AC38D. Grayscale: #535353. Windows color (decimal): -9094030 or 7486581. OLE color: 7486581.
HSL color Cylindrical-coordinate representation of color #753C72: hue angle of 303.16º 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 #753C72 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 114 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.54 |
| HSL | 303.16º | 0.32% | 0.35% | - |
| HSV(B) | 303.16º | 0.49% | 0.46% | - |
| XYZ | 11.99 | 8.23 | 16.88 | - |
| YUV | 83.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 114 | 0 | 0.49 | 0.03 | 0.54 | 303.16 | 0.32 | 0.35 |
| Hex | 75 | 3C | 72 | 0 | 31 | 3 | 36 | 12F | 20 | 23 |
| Octal | 165 | 74 | 162 | 0 | 61 | 3 | 66 | 457 | 40 | 43 |
| Binary | 1110101 | 111100 | 1110010 | 0 | 110001 | 11 | 110110 | 100101111 | 100000 | 100011 |
Color Harmonies of #753C72
Complementary color
Monochromatic Colors of #753C72
Black with #753C72
Text Example
Text Example
White with #753C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C72; }
p { color: rgb(117,60,114); }
H1.HeaderClassName
{
color: #753C72;
}
.AnyTagClassName
{
color: #753C72;
}
</style>
background-color css
<style>
a { background-color: #753C72; }
a { background-color: rgb(117,60,114); }
div.DivClassName
{
background-color: #753C72;
}
.BgClassName
{
background-color: #753C72;
}
</style>
border-color css
<style>
span { border-color: #753C72; }
span { border-color: rgb(117,60,114); }
td.TdClassName
{
border-color: #753C72;
}
.TagClassName
{
border-color: #753C72;
}
</style>