Shades of Eminence #753B7B
Tints of Eminence #753B7B
RGB
CMYK
RGB Variations
Color information
#753B7B (or 0x753B7B) is known color: Eminence. HEX triplet: 75, 3B and 7B. RGB value is (117,59,123). Sum of RGB (Red+Green+Blue) = 117+59+123=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #753B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B7B is #8AC484. Grayscale: #535353. Windows color (decimal): -9094277 or 8076149. OLE color: 8076149.
HSL color Cylindrical-coordinate representation of color #753B7B: hue angle of 294.38º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #753B7B is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 59 | 123 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.52 |
| HSL | 294.38º | 0.35% | 0.36% | - |
| HSV(B) | 294.38º | 0.52% | 0.48% | - |
| XYZ | 12.48 | 8.34 | 19.69 | - |
| YUV | 83.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 123 | 0.05 | 0.52 | 0 | 0.52 | 294.38 | 0.35 | 0.36 |
| Hex | 75 | 3B | 7B | 5 | 34 | 0 | 34 | 126 | 23 | 24 |
| Octal | 165 | 73 | 173 | 5 | 64 | 0 | 64 | 446 | 43 | 44 |
| Binary | 1110101 | 111011 | 1111011 | 101 | 110100 | 0 | 110100 | 100100110 | 100011 | 100100 |
Color Harmonies of #753B7B
Complementary color
Monochromatic Colors of #753B7B
Black with #753B7B
Text Example
Text Example
White with #753B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B7B; }
p { color: rgb(117,59,123); }
H1.HeaderClassName
{
color: #753B7B;
}
.AnyTagClassName
{
color: #753B7B;
}
</style>
background-color css
<style>
a { background-color: #753B7B; }
a { background-color: rgb(117,59,123); }
div.DivClassName
{
background-color: #753B7B;
}
.BgClassName
{
background-color: #753B7B;
}
</style>
border-color css
<style>
span { border-color: #753B7B; }
span { border-color: rgb(117,59,123); }
td.TdClassName
{
border-color: #753B7B;
}
.TagClassName
{
border-color: #753B7B;
}
</style>