Shades of Eminence #752F82
Tints of Eminence #752F82
RGB
CMYK
RGB Variations
Color information
#752F82 (or 0x752F82) is known color: Eminence. HEX triplet: 75, 2F and 82. RGB value is (117,47,130). Sum of RGB (Red+Green+Blue) = 117+47+130=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #752F82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752F82 is #8AD07D. Grayscale: #4D4D4D. Windows color (decimal): -9097342 or 8531829. OLE color: 8531829.
HSL color Cylindrical-coordinate representation of color #752F82: hue angle of 290.6º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #752F82 is Cyan = 0.1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 47 | 130 | - |
| CMYK | 0.1 | 0.64 | 0 | 0.49 |
| HSL | 290.6º | 0.47% | 0.35% | - |
| HSV(B) | 290.6º | 0.64% | 0.51% | - |
| XYZ | 12.38 | 7.43 | 21.9 | - |
| YUV | 77.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 130 | 0.1 | 0.64 | 0 | 0.49 | 290.6 | 0.47 | 0.35 |
| Hex | 75 | 2F | 82 | A | 40 | 0 | 31 | 123 | 2F | 23 |
| Octal | 165 | 57 | 202 | 12 | 100 | 0 | 61 | 443 | 57 | 43 |
| Binary | 1110101 | 101111 | 10000010 | 1010 | 1000000 | 0 | 110001 | 100100011 | 101111 | 100011 |
Color Harmonies of #752F82
Complementary color
Monochromatic Colors of #752F82
Black with #752F82
Text Example
Text Example
White with #752F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F82; }
p { color: rgb(117,47,130); }
H1.HeaderClassName
{
color: #752F82;
}
.AnyTagClassName
{
color: #752F82;
}
</style>
background-color css
<style>
a { background-color: #752F82; }
a { background-color: rgb(117,47,130); }
div.DivClassName
{
background-color: #752F82;
}
.BgClassName
{
background-color: #752F82;
}
</style>
border-color css
<style>
span { border-color: #752F82; }
span { border-color: rgb(117,47,130); }
td.TdClassName
{
border-color: #752F82;
}
.TagClassName
{
border-color: #752F82;
}
</style>