Shades of Eminence #753F6C
Tints of Eminence #753F6C
RGB
CMYK
RGB Variations
Color information
#753F6C (or 0x753F6C) is known color: Eminence. HEX triplet: 75, 3F and 6C. RGB value is (117,63,108). Sum of RGB (Red+Green+Blue) = 117+63+108=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #753F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F6C is #8AC093. Grayscale: #545454. Windows color (decimal): -9093268 or 7094133. OLE color: 7094133.
HSL color Cylindrical-coordinate representation of color #753F6C: hue angle of 310º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #753F6C is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 63 | 108 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.54 |
| HSL | 310º | 0.3% | 0.35% | - |
| HSV(B) | 310º | 0.46% | 0.46% | - |
| XYZ | 11.82 | 8.42 | 15.19 | - |
| YUV | 84.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 108 | 0 | 0.46 | 0.08 | 0.54 | 310 | 0.3 | 0.35 |
| Hex | 75 | 3F | 6C | 0 | 2E | 8 | 36 | 136 | 1E | 23 |
| Octal | 165 | 77 | 154 | 0 | 56 | 10 | 66 | 466 | 36 | 43 |
| Binary | 1110101 | 111111 | 1101100 | 0 | 101110 | 1000 | 110110 | 100110110 | 11110 | 100011 |
Color Harmonies of #753F6C
Complementary color
Monochromatic Colors of #753F6C
Black with #753F6C
Text Example
Text Example
White with #753F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F6C; }
p { color: rgb(117,63,108); }
H1.HeaderClassName
{
color: #753F6C;
}
.AnyTagClassName
{
color: #753F6C;
}
</style>
background-color css
<style>
a { background-color: #753F6C; }
a { background-color: rgb(117,63,108); }
div.DivClassName
{
background-color: #753F6C;
}
.BgClassName
{
background-color: #753F6C;
}
</style>
border-color css
<style>
span { border-color: #753F6C; }
span { border-color: rgb(117,63,108); }
td.TdClassName
{
border-color: #753F6C;
}
.TagClassName
{
border-color: #753F6C;
}
</style>