Shades of Eminence #752981
Tints of Eminence #752981
RGB
CMYK
RGB Variations
Color information
#752981 (or 0x752981) is known color: Eminence. HEX triplet: 75, 29 and 81. RGB value is (117,41,129). Sum of RGB (Red+Green+Blue) = 117+41+129=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #752981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752981 is #8AD67E. Grayscale: #494949. Windows color (decimal): -9098879 or 8464757. OLE color: 8464757.
HSL color Cylindrical-coordinate representation of color #752981: hue angle of 291.82º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752981 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 41 | 129 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.49 |
| HSL | 291.82º | 0.52% | 0.33% | - |
| HSV(B) | 291.82º | 0.68% | 0.51% | - |
| XYZ | 12.09 | 6.95 | 21.47 | - |
| YUV | 73.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 129 | 0.09 | 0.68 | 0 | 0.49 | 291.82 | 0.52 | 0.33 |
| Hex | 75 | 29 | 81 | 9 | 44 | 0 | 31 | 124 | 34 | 21 |
| Octal | 165 | 51 | 201 | 11 | 104 | 0 | 61 | 444 | 64 | 41 |
| Binary | 1110101 | 101001 | 10000001 | 1001 | 1000100 | 0 | 110001 | 100100100 | 110100 | 100001 |
Color Harmonies of #752981
Complementary color
Monochromatic Colors of #752981
Black with #752981
Text Example
Text Example
White with #752981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752981; }
p { color: rgb(117,41,129); }
H1.HeaderClassName
{
color: #752981;
}
.AnyTagClassName
{
color: #752981;
}
</style>
background-color css
<style>
a { background-color: #752981; }
a { background-color: rgb(117,41,129); }
div.DivClassName
{
background-color: #752981;
}
.BgClassName
{
background-color: #752981;
}
</style>
border-color css
<style>
span { border-color: #752981; }
span { border-color: rgb(117,41,129); }
td.TdClassName
{
border-color: #752981;
}
.TagClassName
{
border-color: #752981;
}
</style>