Shades of Eminence #753F6B
Tints of Eminence #753F6B
RGB
CMYK
RGB Variations
Color information
#753F6B (or 0x753F6B) is known color: Eminence. HEX triplet: 75, 3F and 6B. RGB value is (117,63,107). Sum of RGB (Red+Green+Blue) = 117+63+107=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #753F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F6B is #8AC094. Grayscale: #545454. Windows color (decimal): -9093269 or 7028597. OLE color: 7028597.
HSL color Cylindrical-coordinate representation of color #753F6B: hue angle of 311.11º 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 #753F6B is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 63 | 107 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.54 |
| HSL | 311.11º | 0.3% | 0.35% | - |
| HSV(B) | 311.11º | 0.46% | 0.46% | - |
| XYZ | 11.77 | 8.4 | 14.91 | - |
| YUV | 84.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 107 | 0 | 0.46 | 0.09 | 0.54 | 311.11 | 0.3 | 0.35 |
| Hex | 75 | 3F | 6B | 0 | 2E | 9 | 36 | 137 | 1E | 23 |
| Octal | 165 | 77 | 153 | 0 | 56 | 11 | 66 | 467 | 36 | 43 |
| Binary | 1110101 | 111111 | 1101011 | 0 | 101110 | 1001 | 110110 | 100110111 | 11110 | 100011 |
Color Harmonies of #753F6B
Complementary color
Monochromatic Colors of #753F6B
Black with #753F6B
Text Example
Text Example
White with #753F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F6B; }
p { color: rgb(117,63,107); }
H1.HeaderClassName
{
color: #753F6B;
}
.AnyTagClassName
{
color: #753F6B;
}
</style>
background-color css
<style>
a { background-color: #753F6B; }
a { background-color: rgb(117,63,107); }
div.DivClassName
{
background-color: #753F6B;
}
.BgClassName
{
background-color: #753F6B;
}
</style>
border-color css
<style>
span { border-color: #753F6B; }
span { border-color: rgb(117,63,107); }
td.TdClassName
{
border-color: #753F6B;
}
.TagClassName
{
border-color: #753F6B;
}
</style>