Shades of Eminence #753B7C
Tints of Eminence #753B7C
RGB
CMYK
RGB Variations
Color information
#753B7C (or 0x753B7C) is known color: Eminence. HEX triplet: 75, 3B and 7C. RGB value is (117,59,124). Sum of RGB (Red+Green+Blue) = 117+59+124=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #753B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B7C is #8AC483. Grayscale: #535353. Windows color (decimal): -9094276 or 8141685. OLE color: 8141685.
HSL color Cylindrical-coordinate representation of color #753B7C: hue angle of 293.54º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #753B7C is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 59 | 124 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.51 |
| HSL | 293.54º | 0.36% | 0.36% | - |
| HSV(B) | 293.54º | 0.52% | 0.49% | - |
| XYZ | 12.54 | 8.37 | 20.02 | - |
| YUV | 83.75 | 150.72 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 124 | 0.06 | 0.52 | 0 | 0.51 | 293.54 | 0.36 | 0.36 |
| Hex | 75 | 3B | 7C | 6 | 34 | 0 | 33 | 126 | 24 | 24 |
| Octal | 165 | 73 | 174 | 6 | 64 | 0 | 63 | 446 | 44 | 44 |
| Binary | 1110101 | 111011 | 1111100 | 110 | 110100 | 0 | 110011 | 100100110 | 100100 | 100100 |
Color Harmonies of #753B7C
Complementary color
Monochromatic Colors of #753B7C
Black with #753B7C
Text Example
Text Example
White with #753B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B7C; }
p { color: rgb(117,59,124); }
H1.HeaderClassName
{
color: #753B7C;
}
.AnyTagClassName
{
color: #753B7C;
}
</style>
background-color css
<style>
a { background-color: #753B7C; }
a { background-color: rgb(117,59,124); }
div.DivClassName
{
background-color: #753B7C;
}
.BgClassName
{
background-color: #753B7C;
}
</style>
border-color css
<style>
span { border-color: #753B7C; }
span { border-color: rgb(117,59,124); }
td.TdClassName
{
border-color: #753B7C;
}
.TagClassName
{
border-color: #753B7C;
}
</style>