Shades of Eminence #75287F
Tints of Eminence #75287F
RGB
CMYK
RGB Variations
Color information
#75287F (or 0x75287F) is known color: Eminence. HEX triplet: 75, 28 and 7F. RGB value is (117,40,127). Sum of RGB (Red+Green+Blue) = 117+40+127=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #75287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75287F is #8AD780. Grayscale: #484848. Windows color (decimal): -9099137 or 8333429. OLE color: 8333429.
HSL color Cylindrical-coordinate representation of color #75287F: hue angle of 293.1º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75287F is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 40 | 127 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.50 |
| HSL | 293.1º | 0.52% | 0.33% | - |
| HSV(B) | 293.1º | 0.69% | 0.5% | - |
| XYZ | 11.93 | 6.83 | 20.77 | - |
| YUV | 72.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 127 | 0.08 | 0.69 | 0 | 0.50 | 293.1 | 0.52 | 0.33 |
| Hex | 75 | 28 | 7F | 8 | 45 | 0 | 32 | 125 | 34 | 21 |
| Octal | 165 | 50 | 177 | 10 | 105 | 0 | 62 | 445 | 64 | 41 |
| Binary | 1110101 | 101000 | 1111111 | 1000 | 1000101 | 0 | 110010 | 100100101 | 110100 | 100001 |
Color Harmonies of #75287F
Complementary color
Monochromatic Colors of #75287F
Black with #75287F
Text Example
Text Example
White with #75287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75287F; }
p { color: rgb(117,40,127); }
H1.HeaderClassName
{
color: #75287F;
}
.AnyTagClassName
{
color: #75287F;
}
</style>
background-color css
<style>
a { background-color: #75287F; }
a { background-color: rgb(117,40,127); }
div.DivClassName
{
background-color: #75287F;
}
.BgClassName
{
background-color: #75287F;
}
</style>
border-color css
<style>
span { border-color: #75287F; }
span { border-color: rgb(117,40,127); }
td.TdClassName
{
border-color: #75287F;
}
.TagClassName
{
border-color: #75287F;
}
</style>