Shades of Eminence #75287B
Tints of Eminence #75287B
RGB
CMYK
RGB Variations
Color information
#75287B (or 0x75287B) is known color: Eminence. HEX triplet: 75, 28 and 7B. RGB value is (117,40,123). Sum of RGB (Red+Green+Blue) = 117+40+123=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #75287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75287B is #8AD784. Grayscale: #484848. Windows color (decimal): -9099141 or 8071285. OLE color: 8071285.
HSL color Cylindrical-coordinate representation of color #75287B: hue angle of 295.66º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75287B is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 40 | 123 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.52 |
| HSL | 295.66º | 0.51% | 0.32% | - |
| HSV(B) | 295.66º | 0.67% | 0.48% | - |
| XYZ | 11.67 | 6.73 | 19.42 | - |
| YUV | 72.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 123 | 0.05 | 0.67 | 0 | 0.52 | 295.66 | 0.51 | 0.32 |
| Hex | 75 | 28 | 7B | 5 | 43 | 0 | 34 | 128 | 33 | 20 |
| Octal | 165 | 50 | 173 | 5 | 103 | 0 | 64 | 450 | 63 | 40 |
| Binary | 1110101 | 101000 | 1111011 | 101 | 1000011 | 0 | 110100 | 100101000 | 110011 | 100000 |
Color Harmonies of #75287B
Complementary color
Monochromatic Colors of #75287B
Black with #75287B
Text Example
Text Example
White with #75287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75287B; }
p { color: rgb(117,40,123); }
H1.HeaderClassName
{
color: #75287B;
}
.AnyTagClassName
{
color: #75287B;
}
</style>
background-color css
<style>
a { background-color: #75287B; }
a { background-color: rgb(117,40,123); }
div.DivClassName
{
background-color: #75287B;
}
.BgClassName
{
background-color: #75287B;
}
</style>
border-color css
<style>
span { border-color: #75287B; }
span { border-color: rgb(117,40,123); }
td.TdClassName
{
border-color: #75287B;
}
.TagClassName
{
border-color: #75287B;
}
</style>