Shades of Eminence #752D77
Tints of Eminence #752D77
RGB
CMYK
RGB Variations
Color information
#752D77 (or 0x752D77) is known color: Eminence. HEX triplet: 75, 2D and 77. RGB value is (117,45,119). Sum of RGB (Red+Green+Blue) = 117+45+119=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #752D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752D77 is #8AD288. Grayscale: #4A4A4A. Windows color (decimal): -9097865 or 7810421. OLE color: 7810421.
HSL color Cylindrical-coordinate representation of color #752D77: hue angle of 298.38º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752D77 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 45 | 119 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.53 |
| HSL | 298.38º | 0.45% | 0.32% | - |
| HSV(B) | 298.38º | 0.62% | 0.47% | - |
| XYZ | 11.6 | 6.99 | 18.19 | - |
| YUV | 74.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 119 | 0.02 | 0.62 | 0 | 0.53 | 298.38 | 0.45 | 0.32 |
| Hex | 75 | 2D | 77 | 2 | 3E | 0 | 35 | 12A | 2D | 20 |
| Octal | 165 | 55 | 167 | 2 | 76 | 0 | 65 | 452 | 55 | 40 |
| Binary | 1110101 | 101101 | 1110111 | 10 | 111110 | 0 | 110101 | 100101010 | 101101 | 100000 |
Color Harmonies of #752D77
Complementary color
Monochromatic Colors of #752D77
Black with #752D77
Text Example
Text Example
White with #752D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D77; }
p { color: rgb(117,45,119); }
H1.HeaderClassName
{
color: #752D77;
}
.AnyTagClassName
{
color: #752D77;
}
</style>
background-color css
<style>
a { background-color: #752D77; }
a { background-color: rgb(117,45,119); }
div.DivClassName
{
background-color: #752D77;
}
.BgClassName
{
background-color: #752D77;
}
</style>
border-color css
<style>
span { border-color: #752D77; }
span { border-color: rgb(117,45,119); }
td.TdClassName
{
border-color: #752D77;
}
.TagClassName
{
border-color: #752D77;
}
</style>