Shades of Eminence #752B78
Tints of Eminence #752B78
RGB
CMYK
RGB Variations
Color information
#752B78 (or 0x752B78) is known color: Eminence. HEX triplet: 75, 2B and 78. RGB value is (117,43,120). Sum of RGB (Red+Green+Blue) = 117+43+120=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #752B78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752B78 is #8AD487. Grayscale: #494949. Windows color (decimal): -9098376 or 7875445. OLE color: 7875445.
HSL color Cylindrical-coordinate representation of color #752B78: hue angle of 297.66º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #752B78 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 43 | 120 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.53 |
| HSL | 297.66º | 0.47% | 0.32% | - |
| HSV(B) | 297.66º | 0.64% | 0.47% | - |
| XYZ | 11.59 | 6.87 | 18.48 | - |
| YUV | 73.9 | 154.02 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 120 | 0.02 | 0.64 | 0 | 0.53 | 297.66 | 0.47 | 0.32 |
| Hex | 75 | 2B | 78 | 2 | 40 | 0 | 35 | 12A | 2F | 20 |
| Octal | 165 | 53 | 170 | 2 | 100 | 0 | 65 | 452 | 57 | 40 |
| Binary | 1110101 | 101011 | 1111000 | 10 | 1000000 | 0 | 110101 | 100101010 | 101111 | 100000 |
Color Harmonies of #752B78
Complementary color
Monochromatic Colors of #752B78
Black with #752B78
Text Example
Text Example
White with #752B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B78; }
p { color: rgb(117,43,120); }
H1.HeaderClassName
{
color: #752B78;
}
.AnyTagClassName
{
color: #752B78;
}
</style>
background-color css
<style>
a { background-color: #752B78; }
a { background-color: rgb(117,43,120); }
div.DivClassName
{
background-color: #752B78;
}
.BgClassName
{
background-color: #752B78;
}
</style>
border-color css
<style>
span { border-color: #752B78; }
span { border-color: rgb(117,43,120); }
td.TdClassName
{
border-color: #752B78;
}
.TagClassName
{
border-color: #752B78;
}
</style>