Shades of Eminence #752881
Tints of Eminence #752881
RGB
CMYK
RGB Variations
Color information
#752881 (or 0x752881) is known color: Eminence. HEX triplet: 75, 28 and 81. RGB value is (117,40,129). Sum of RGB (Red+Green+Blue) = 117+40+129=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #752881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752881 is #8AD77E. Grayscale: #484848. Windows color (decimal): -9099135 or 8464501. OLE color: 8464501.
HSL color Cylindrical-coordinate representation of color #752881: hue angle of 291.91º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752881 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 40 | 129 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.49 |
| HSL | 291.91º | 0.53% | 0.33% | - |
| HSV(B) | 291.91º | 0.69% | 0.51% | - |
| XYZ | 12.06 | 6.88 | 21.46 | - |
| YUV | 73.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 129 | 0.09 | 0.69 | 0 | 0.49 | 291.91 | 0.53 | 0.33 |
| Hex | 75 | 28 | 81 | 9 | 45 | 0 | 31 | 124 | 35 | 21 |
| Octal | 165 | 50 | 201 | 11 | 105 | 0 | 61 | 444 | 65 | 41 |
| Binary | 1110101 | 101000 | 10000001 | 1001 | 1000101 | 0 | 110001 | 100100100 | 110101 | 100001 |
Color Harmonies of #752881
Complementary color
Monochromatic Colors of #752881
Black with #752881
Text Example
Text Example
White with #752881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752881; }
p { color: rgb(117,40,129); }
H1.HeaderClassName
{
color: #752881;
}
.AnyTagClassName
{
color: #752881;
}
</style>
background-color css
<style>
a { background-color: #752881; }
a { background-color: rgb(117,40,129); }
div.DivClassName
{
background-color: #752881;
}
.BgClassName
{
background-color: #752881;
}
</style>
border-color css
<style>
span { border-color: #752881; }
span { border-color: rgb(117,40,129); }
td.TdClassName
{
border-color: #752881;
}
.TagClassName
{
border-color: #752881;
}
</style>