Shades of Eminence #753778
Tints of Eminence #753778
RGB
CMYK
RGB Variations
Color information
#753778 (or 0x753778) is known color: Eminence. HEX triplet: 75, 37 and 78. RGB value is (117,55,120). Sum of RGB (Red+Green+Blue) = 117+55+120=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #753778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753778 is #8AC887. Grayscale: #505050. Windows color (decimal): -9095304 or 7878517. OLE color: 7878517.
HSL color Cylindrical-coordinate representation of color #753778: hue angle of 297.23º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #753778 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 55 | 120 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.53 |
| HSL | 297.23º | 0.37% | 0.34% | - |
| HSV(B) | 297.23º | 0.54% | 0.47% | - |
| XYZ | 12.09 | 7.87 | 18.65 | - |
| YUV | 80.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 55 | 120 | 0.02 | 0.54 | 0 | 0.53 | 297.23 | 0.37 | 0.34 |
| Hex | 75 | 37 | 78 | 2 | 36 | 0 | 35 | 129 | 25 | 22 |
| Octal | 165 | 67 | 170 | 2 | 66 | 0 | 65 | 451 | 45 | 42 |
| Binary | 1110101 | 110111 | 1111000 | 10 | 110110 | 0 | 110101 | 100101001 | 100101 | 100010 |
Color Harmonies of #753778
Complementary color
Monochromatic Colors of #753778
Black with #753778
Text Example
Text Example
White with #753778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753778; }
p { color: rgb(117,55,120); }
H1.HeaderClassName
{
color: #753778;
}
.AnyTagClassName
{
color: #753778;
}
</style>
background-color css
<style>
a { background-color: #753778; }
a { background-color: rgb(117,55,120); }
div.DivClassName
{
background-color: #753778;
}
.BgClassName
{
background-color: #753778;
}
</style>
border-color css
<style>
span { border-color: #753778; }
span { border-color: rgb(117,55,120); }
td.TdClassName
{
border-color: #753778;
}
.TagClassName
{
border-color: #753778;
}
</style>