Shades of Eminence #752381
Tints of Eminence #752381
RGB
CMYK
RGB Variations
Color information
#752381 (or 0x752381) is known color: Eminence. HEX triplet: 75, 23 and 81. RGB value is (117,35,129). Sum of RGB (Red+Green+Blue) = 117+35+129=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #752381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752381 is #8ADC7E. Grayscale: #454545. Windows color (decimal): -9100415 or 8463221. OLE color: 8463221.
HSL color Cylindrical-coordinate representation of color #752381: hue angle of 292.34º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752381 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 35 | 129 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.49 |
| HSL | 292.34º | 0.57% | 0.32% | - |
| HSV(B) | 292.34º | 0.73% | 0.51% | - |
| XYZ | 11.9 | 6.57 | 21.41 | - |
| YUV | 70.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 129 | 0.09 | 0.73 | 0 | 0.49 | 292.34 | 0.57 | 0.32 |
| Hex | 75 | 23 | 81 | 9 | 49 | 0 | 31 | 124 | 39 | 20 |
| Octal | 165 | 43 | 201 | 11 | 111 | 0 | 61 | 444 | 71 | 40 |
| Binary | 1110101 | 100011 | 10000001 | 1001 | 1001001 | 0 | 110001 | 100100100 | 111001 | 100000 |
Color Harmonies of #752381
Complementary color
Monochromatic Colors of #752381
Black with #752381
Text Example
Text Example
White with #752381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752381; }
p { color: rgb(117,35,129); }
H1.HeaderClassName
{
color: #752381;
}
.AnyTagClassName
{
color: #752381;
}
</style>
background-color css
<style>
a { background-color: #752381; }
a { background-color: rgb(117,35,129); }
div.DivClassName
{
background-color: #752381;
}
.BgClassName
{
background-color: #752381;
}
</style>
border-color css
<style>
span { border-color: #752381; }
span { border-color: rgb(117,35,129); }
td.TdClassName
{
border-color: #752381;
}
.TagClassName
{
border-color: #752381;
}
</style>