Shades of Eminence #753E7B
Tints of Eminence #753E7B
RGB
CMYK
RGB Variations
Color information
#753E7B (or 0x753E7B) is known color: Eminence. HEX triplet: 75, 3E and 7B. RGB value is (117,62,123). Sum of RGB (Red+Green+Blue) = 117+62+123=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #753E7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753E7B is #8AC184. Grayscale: #555555. Windows color (decimal): -9093509 or 8076917. OLE color: 8076917.
HSL color Cylindrical-coordinate representation of color #753E7B: hue angle of 294.1º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753E7B is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 62 | 123 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.52 |
| HSL | 294.1º | 0.33% | 0.36% | - |
| HSV(B) | 294.1º | 0.5% | 0.48% | - |
| XYZ | 12.63 | 8.66 | 19.74 | - |
| YUV | 85.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 123 | 0.05 | 0.50 | 0 | 0.52 | 294.1 | 0.33 | 0.36 |
| Hex | 75 | 3E | 7B | 5 | 32 | 0 | 34 | 126 | 21 | 24 |
| Octal | 165 | 76 | 173 | 5 | 62 | 0 | 64 | 446 | 41 | 44 |
| Binary | 1110101 | 111110 | 1111011 | 101 | 110010 | 0 | 110100 | 100100110 | 100001 | 100100 |
Color Harmonies of #753E7B
Complementary color
Monochromatic Colors of #753E7B
Black with #753E7B
Text Example
Text Example
White with #753E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753E7B; }
p { color: rgb(117,62,123); }
H1.HeaderClassName
{
color: #753E7B;
}
.AnyTagClassName
{
color: #753E7B;
}
</style>
background-color css
<style>
a { background-color: #753E7B; }
a { background-color: rgb(117,62,123); }
div.DivClassName
{
background-color: #753E7B;
}
.BgClassName
{
background-color: #753E7B;
}
</style>
border-color css
<style>
span { border-color: #753E7B; }
span { border-color: rgb(117,62,123); }
td.TdClassName
{
border-color: #753E7B;
}
.TagClassName
{
border-color: #753E7B;
}
</style>