Shades of Eminence #752E79
Tints of Eminence #752E79
RGB
CMYK
RGB Variations
Color information
#752E79 (or 0x752E79) is known color: Eminence. HEX triplet: 75, 2E and 79. RGB value is (117,46,121). Sum of RGB (Red+Green+Blue) = 117+46+121=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 121 - color contains mainly: blue. Hex color #752E79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E79 is #8AD186. Grayscale: #4B4B4B. Windows color (decimal): -9097607 or 7941749. OLE color: 7941749.
HSL color Cylindrical-coordinate representation of color #752E79: hue angle of 296.8º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752E79 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 46 | 121 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.53 |
| HSL | 296.8º | 0.45% | 0.33% | - |
| HSV(B) | 296.8º | 0.62% | 0.47% | - |
| XYZ | 11.76 | 7.12 | 18.84 | - |
| YUV | 75.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 121 | 0.03 | 0.62 | 0 | 0.53 | 296.8 | 0.45 | 0.33 |
| Hex | 75 | 2E | 79 | 3 | 3E | 0 | 35 | 129 | 2D | 21 |
| Octal | 165 | 56 | 171 | 3 | 76 | 0 | 65 | 451 | 55 | 41 |
| Binary | 1110101 | 101110 | 1111001 | 11 | 111110 | 0 | 110101 | 100101001 | 101101 | 100001 |
Color Harmonies of #752E79
Complementary color
Monochromatic Colors of #752E79
Black with #752E79
Text Example
Text Example
White with #752E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E79; }
p { color: rgb(117,46,121); }
H1.HeaderClassName
{
color: #752E79;
}
.AnyTagClassName
{
color: #752E79;
}
</style>
background-color css
<style>
a { background-color: #752E79; }
a { background-color: rgb(117,46,121); }
div.DivClassName
{
background-color: #752E79;
}
.BgClassName
{
background-color: #752E79;
}
</style>
border-color css
<style>
span { border-color: #752E79; }
span { border-color: rgb(117,46,121); }
td.TdClassName
{
border-color: #752E79;
}
.TagClassName
{
border-color: #752E79;
}
</style>