Shades of Eminence #752E82
Tints of Eminence #752E82
RGB
CMYK
RGB Variations
Color information
#752E82 (or 0x752E82) is known color: Eminence. HEX triplet: 75, 2E and 82. RGB value is (117,46,130). Sum of RGB (Red+Green+Blue) = 117+46+130=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #752E82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752E82 is #8AD17D. Grayscale: #4C4C4C. Windows color (decimal): -9097598 or 8531573. OLE color: 8531573.
HSL color Cylindrical-coordinate representation of color #752E82: hue angle of 290.71º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752E82 is Cyan = 0.1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 46 | 130 | - |
| CMYK | 0.1 | 0.65 | 0 | 0.49 |
| HSL | 290.71º | 0.48% | 0.35% | - |
| HSV(B) | 290.71º | 0.65% | 0.51% | - |
| XYZ | 12.34 | 7.35 | 21.89 | - |
| YUV | 76.81 | 158.02 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 130 | 0.1 | 0.65 | 0 | 0.49 | 290.71 | 0.48 | 0.35 |
| Hex | 75 | 2E | 82 | A | 41 | 0 | 31 | 123 | 30 | 23 |
| Octal | 165 | 56 | 202 | 12 | 101 | 0 | 61 | 443 | 60 | 43 |
| Binary | 1110101 | 101110 | 10000010 | 1010 | 1000001 | 0 | 110001 | 100100011 | 110000 | 100011 |
Color Harmonies of #752E82
Complementary color
Monochromatic Colors of #752E82
Black with #752E82
Text Example
Text Example
White with #752E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E82; }
p { color: rgb(117,46,130); }
H1.HeaderClassName
{
color: #752E82;
}
.AnyTagClassName
{
color: #752E82;
}
</style>
background-color css
<style>
a { background-color: #752E82; }
a { background-color: rgb(117,46,130); }
div.DivClassName
{
background-color: #752E82;
}
.BgClassName
{
background-color: #752E82;
}
</style>
border-color css
<style>
span { border-color: #752E82; }
span { border-color: rgb(117,46,130); }
td.TdClassName
{
border-color: #752E82;
}
.TagClassName
{
border-color: #752E82;
}
</style>