Shades of Eminence #752982
Tints of Eminence #752982
RGB
CMYK
RGB Variations
Color information
#752982 (or 0x752982) is known color: Eminence. HEX triplet: 75, 29 and 82. RGB value is (117,41,130). Sum of RGB (Red+Green+Blue) = 117+41+130=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #752982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752982 is #8AD67D. Grayscale: #494949. Windows color (decimal): -9098878 or 8530293. OLE color: 8530293.
HSL color Cylindrical-coordinate representation of color #752982: hue angle of 291.24º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752982 is Cyan = 0.1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 41 | 130 | - |
| CMYK | 0.1 | 0.68 | 0 | 0.49 |
| HSL | 291.24º | 0.52% | 0.34% | - |
| HSV(B) | 291.24º | 0.68% | 0.51% | - |
| XYZ | 12.16 | 6.98 | 21.83 | - |
| YUV | 73.87 | 159.68 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 130 | 0.1 | 0.68 | 0 | 0.49 | 291.24 | 0.52 | 0.34 |
| Hex | 75 | 29 | 82 | A | 44 | 0 | 31 | 123 | 34 | 22 |
| Octal | 165 | 51 | 202 | 12 | 104 | 0 | 61 | 443 | 64 | 42 |
| Binary | 1110101 | 101001 | 10000010 | 1010 | 1000100 | 0 | 110001 | 100100011 | 110100 | 100010 |
Color Harmonies of #752982
Complementary color
Monochromatic Colors of #752982
Black with #752982
Text Example
Text Example
White with #752982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752982; }
p { color: rgb(117,41,130); }
H1.HeaderClassName
{
color: #752982;
}
.AnyTagClassName
{
color: #752982;
}
</style>
background-color css
<style>
a { background-color: #752982; }
a { background-color: rgb(117,41,130); }
div.DivClassName
{
background-color: #752982;
}
.BgClassName
{
background-color: #752982;
}
</style>
border-color css
<style>
span { border-color: #752982; }
span { border-color: rgb(117,41,130); }
td.TdClassName
{
border-color: #752982;
}
.TagClassName
{
border-color: #752982;
}
</style>