Shades of Eminence #75287C
Tints of Eminence #75287C
RGB
CMYK
RGB Variations
Color information
#75287C (or 0x75287C) is known color: Eminence. HEX triplet: 75, 28 and 7C. RGB value is (117,40,124). Sum of RGB (Red+Green+Blue) = 117+40+124=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #75287C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75287C is #8AD783. Grayscale: #484848. Windows color (decimal): -9099140 or 8136821. OLE color: 8136821.
HSL color Cylindrical-coordinate representation of color #75287C: hue angle of 295º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75287C is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 40 | 124 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.51 |
| HSL | 295º | 0.51% | 0.32% | - |
| HSV(B) | 295º | 0.68% | 0.49% | - |
| XYZ | 11.73 | 6.75 | 19.75 | - |
| YUV | 72.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 124 | 0.06 | 0.68 | 0 | 0.51 | 295 | 0.51 | 0.32 |
| Hex | 75 | 28 | 7C | 6 | 44 | 0 | 33 | 127 | 33 | 20 |
| Octal | 165 | 50 | 174 | 6 | 104 | 0 | 63 | 447 | 63 | 40 |
| Binary | 1110101 | 101000 | 1111100 | 110 | 1000100 | 0 | 110011 | 100100111 | 110011 | 100000 |
Color Harmonies of #75287C
Complementary color
Monochromatic Colors of #75287C
Black with #75287C
Text Example
Text Example
White with #75287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75287C; }
p { color: rgb(117,40,124); }
H1.HeaderClassName
{
color: #75287C;
}
.AnyTagClassName
{
color: #75287C;
}
</style>
background-color css
<style>
a { background-color: #75287C; }
a { background-color: rgb(117,40,124); }
div.DivClassName
{
background-color: #75287C;
}
.BgClassName
{
background-color: #75287C;
}
</style>
border-color css
<style>
span { border-color: #75287C; }
span { border-color: rgb(117,40,124); }
td.TdClassName
{
border-color: #75287C;
}
.TagClassName
{
border-color: #75287C;
}
</style>