Shades of Eminence #752F78
Tints of Eminence #752F78
RGB
CMYK
RGB Variations
Color information
#752F78 (or 0x752F78) is known color: Eminence. HEX triplet: 75, 2F and 78. RGB value is (117,47,120). Sum of RGB (Red+Green+Blue) = 117+47+120=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #752F78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F78 is #8AD087. Grayscale: #4C4C4C. Windows color (decimal): -9097352 or 7876469. OLE color: 7876469.
HSL color Cylindrical-coordinate representation of color #752F78: hue angle of 297.53º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752F78 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 47 | 120 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.53 |
| HSL | 297.53º | 0.44% | 0.33% | - |
| HSV(B) | 297.53º | 0.61% | 0.47% | - |
| XYZ | 11.74 | 7.17 | 18.53 | - |
| YUV | 76.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 120 | 0.02 | 0.61 | 0 | 0.53 | 297.53 | 0.44 | 0.33 |
| Hex | 75 | 2F | 78 | 2 | 3D | 0 | 35 | 12A | 2C | 21 |
| Octal | 165 | 57 | 170 | 2 | 75 | 0 | 65 | 452 | 54 | 41 |
| Binary | 1110101 | 101111 | 1111000 | 10 | 111101 | 0 | 110101 | 100101010 | 101100 | 100001 |
Color Harmonies of #752F78
Complementary color
Monochromatic Colors of #752F78
Black with #752F78
Text Example
Text Example
White with #752F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F78; }
p { color: rgb(117,47,120); }
H1.HeaderClassName
{
color: #752F78;
}
.AnyTagClassName
{
color: #752F78;
}
</style>
background-color css
<style>
a { background-color: #752F78; }
a { background-color: rgb(117,47,120); }
div.DivClassName
{
background-color: #752F78;
}
.BgClassName
{
background-color: #752F78;
}
</style>
border-color css
<style>
span { border-color: #752F78; }
span { border-color: rgb(117,47,120); }
td.TdClassName
{
border-color: #752F78;
}
.TagClassName
{
border-color: #752F78;
}
</style>