Shades of Eminence #75287E
Tints of Eminence #75287E
RGB
CMYK
RGB Variations
Color information
#75287E (or 0x75287E) is known color: Eminence. HEX triplet: 75, 28 and 7E. RGB value is (117,40,126). Sum of RGB (Red+Green+Blue) = 117+40+126=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 126 - color contains mainly: blue. Hex color #75287E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75287E is #8AD781. Grayscale: #484848. Windows color (decimal): -9099138 or 8267893. OLE color: 8267893.
HSL color Cylindrical-coordinate representation of color #75287E: hue angle of 293.72º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75287E is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 40 | 126 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.51 |
| HSL | 293.72º | 0.52% | 0.33% | - |
| HSV(B) | 293.72º | 0.68% | 0.49% | - |
| XYZ | 11.86 | 6.81 | 20.43 | - |
| YUV | 72.83 | 158.01 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 126 | 0.07 | 0.68 | 0 | 0.51 | 293.72 | 0.52 | 0.33 |
| Hex | 75 | 28 | 7E | 7 | 44 | 0 | 33 | 126 | 34 | 21 |
| Octal | 165 | 50 | 176 | 7 | 104 | 0 | 63 | 446 | 64 | 41 |
| Binary | 1110101 | 101000 | 1111110 | 111 | 1000100 | 0 | 110011 | 100100110 | 110100 | 100001 |
Color Harmonies of #75287E
Complementary color
Monochromatic Colors of #75287E
Black with #75287E
Text Example
Text Example
White with #75287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75287E; }
p { color: rgb(117,40,126); }
H1.HeaderClassName
{
color: #75287E;
}
.AnyTagClassName
{
color: #75287E;
}
</style>
background-color css
<style>
a { background-color: #75287E; }
a { background-color: rgb(117,40,126); }
div.DivClassName
{
background-color: #75287E;
}
.BgClassName
{
background-color: #75287E;
}
</style>
border-color css
<style>
span { border-color: #75287E; }
span { border-color: rgb(117,40,126); }
td.TdClassName
{
border-color: #75287E;
}
.TagClassName
{
border-color: #75287E;
}
</style>