Shades of Eminence #753C7D
Tints of Eminence #753C7D
RGB
CMYK
RGB Variations
Color information
#753C7D (or 0x753C7D) is known color: Eminence. HEX triplet: 75, 3C and 7D. RGB value is (117,60,125). Sum of RGB (Red+Green+Blue) = 117+60+125=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #753C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C7D is #8AC382. Grayscale: #545454. Windows color (decimal): -9094019 or 8207477. OLE color: 8207477.
HSL color Cylindrical-coordinate representation of color #753C7D: hue angle of 292.62º degrees, saturation: 0.35, 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 #753C7D is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 60 | 125 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.51 |
| HSL | 292.62º | 0.35% | 0.36% | - |
| HSV(B) | 292.62º | 0.52% | 0.49% | - |
| XYZ | 12.65 | 8.49 | 20.37 | - |
| YUV | 84.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 125 | 0.06 | 0.52 | 0 | 0.51 | 292.62 | 0.35 | 0.36 |
| Hex | 75 | 3C | 7D | 6 | 34 | 0 | 33 | 125 | 23 | 24 |
| Octal | 165 | 74 | 175 | 6 | 64 | 0 | 63 | 445 | 43 | 44 |
| Binary | 1110101 | 111100 | 1111101 | 110 | 110100 | 0 | 110011 | 100100101 | 100011 | 100100 |
Color Harmonies of #753C7D
Complementary color
Monochromatic Colors of #753C7D
Black with #753C7D
Text Example
Text Example
White with #753C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C7D; }
p { color: rgb(117,60,125); }
H1.HeaderClassName
{
color: #753C7D;
}
.AnyTagClassName
{
color: #753C7D;
}
</style>
background-color css
<style>
a { background-color: #753C7D; }
a { background-color: rgb(117,60,125); }
div.DivClassName
{
background-color: #753C7D;
}
.BgClassName
{
background-color: #753C7D;
}
</style>
border-color css
<style>
span { border-color: #753C7D; }
span { border-color: rgb(117,60,125); }
td.TdClassName
{
border-color: #753C7D;
}
.TagClassName
{
border-color: #753C7D;
}
</style>