Shades of Eminence #753181
Tints of Eminence #753181
RGB
CMYK
RGB Variations
Color information
#753181 (or 0x753181) is known color: Eminence. HEX triplet: 75, 31 and 81. RGB value is (117,49,129). Sum of RGB (Red+Green+Blue) = 117+49+129=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #753181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753181 is #8ACE7E. Grayscale: #4E4E4E. Windows color (decimal): -9096831 or 8466805. OLE color: 8466805.
HSL color Cylindrical-coordinate representation of color #753181: hue angle of 291º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753181 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 49 | 129 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.49 |
| HSL | 291º | 0.45% | 0.35% | - |
| HSV(B) | 291º | 0.62% | 0.51% | - |
| XYZ | 12.4 | 7.56 | 21.58 | - |
| YUV | 78.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 49 | 129 | 0.09 | 0.62 | 0 | 0.49 | 291 | 0.45 | 0.35 |
| Hex | 75 | 31 | 81 | 9 | 3E | 0 | 31 | 123 | 2D | 23 |
| Octal | 165 | 61 | 201 | 11 | 76 | 0 | 61 | 443 | 55 | 43 |
| Binary | 1110101 | 110001 | 10000001 | 1001 | 111110 | 0 | 110001 | 100100011 | 101101 | 100011 |
Color Harmonies of #753181
Complementary color
Monochromatic Colors of #753181
Black with #753181
Text Example
Text Example
White with #753181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753181; }
p { color: rgb(117,49,129); }
H1.HeaderClassName
{
color: #753181;
}
.AnyTagClassName
{
color: #753181;
}
</style>
background-color css
<style>
a { background-color: #753181; }
a { background-color: rgb(117,49,129); }
div.DivClassName
{
background-color: #753181;
}
.BgClassName
{
background-color: #753181;
}
</style>
border-color css
<style>
span { border-color: #753181; }
span { border-color: rgb(117,49,129); }
td.TdClassName
{
border-color: #753181;
}
.TagClassName
{
border-color: #753181;
}
</style>