Shades of Eminence #752D76
Tints of Eminence #752D76
RGB
CMYK
RGB Variations
Color information
#752D76 (or 0x752D76) is known color: Eminence. HEX triplet: 75, 2D and 76. RGB value is (117,45,118). Sum of RGB (Red+Green+Blue) = 117+45+118=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #752D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752D76 is #8AD289. Grayscale: #4A4A4A. Windows color (decimal): -9097866 or 7744885. OLE color: 7744885.
HSL color Cylindrical-coordinate representation of color #752D76: hue angle of 299.18º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752D76 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 45 | 118 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.54 |
| HSL | 299.18º | 0.45% | 0.32% | - |
| HSV(B) | 299.18º | 0.62% | 0.46% | - |
| XYZ | 11.54 | 6.97 | 17.88 | - |
| YUV | 74.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 118 | 0.01 | 0.62 | 0 | 0.54 | 299.18 | 0.45 | 0.32 |
| Hex | 75 | 2D | 76 | 1 | 3E | 0 | 36 | 12B | 2D | 20 |
| Octal | 165 | 55 | 166 | 1 | 76 | 0 | 66 | 453 | 55 | 40 |
| Binary | 1110101 | 101101 | 1110110 | 1 | 111110 | 0 | 110110 | 100101011 | 101101 | 100000 |
Color Harmonies of #752D76
Complementary color
Monochromatic Colors of #752D76
Black with #752D76
Text Example
Text Example
White with #752D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D76; }
p { color: rgb(117,45,118); }
H1.HeaderClassName
{
color: #752D76;
}
.AnyTagClassName
{
color: #752D76;
}
</style>
background-color css
<style>
a { background-color: #752D76; }
a { background-color: rgb(117,45,118); }
div.DivClassName
{
background-color: #752D76;
}
.BgClassName
{
background-color: #752D76;
}
</style>
border-color css
<style>
span { border-color: #752D76; }
span { border-color: rgb(117,45,118); }
td.TdClassName
{
border-color: #752D76;
}
.TagClassName
{
border-color: #752D76;
}
</style>