Shades of Eminence #75277C
Tints of Eminence #75277C
RGB
CMYK
RGB Variations
Color information
#75277C (or 0x75277C) is known color: Eminence. HEX triplet: 75, 27 and 7C. RGB value is (117,39,124). Sum of RGB (Red+Green+Blue) = 117+39+124=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #75277C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75277C is #8AD883. Grayscale: #474747. Windows color (decimal): -9099396 or 8136565. OLE color: 8136565.
HSL color Cylindrical-coordinate representation of color #75277C: hue angle of 295.06º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75277C is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 39 | 124 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.51 |
| HSL | 295.06º | 0.52% | 0.32% | - |
| HSV(B) | 295.06º | 0.69% | 0.49% | - |
| XYZ | 11.7 | 6.69 | 19.74 | - |
| YUV | 72.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 124 | 0.06 | 0.69 | 0 | 0.51 | 295.06 | 0.52 | 0.32 |
| Hex | 75 | 27 | 7C | 6 | 45 | 0 | 33 | 127 | 34 | 20 |
| Octal | 165 | 47 | 174 | 6 | 105 | 0 | 63 | 447 | 64 | 40 |
| Binary | 1110101 | 100111 | 1111100 | 110 | 1000101 | 0 | 110011 | 100100111 | 110100 | 100000 |
Color Harmonies of #75277C
Complementary color
Monochromatic Colors of #75277C
Black with #75277C
Text Example
Text Example
White with #75277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75277C; }
p { color: rgb(117,39,124); }
H1.HeaderClassName
{
color: #75277C;
}
.AnyTagClassName
{
color: #75277C;
}
</style>
background-color css
<style>
a { background-color: #75277C; }
a { background-color: rgb(117,39,124); }
div.DivClassName
{
background-color: #75277C;
}
.BgClassName
{
background-color: #75277C;
}
</style>
border-color css
<style>
span { border-color: #75277C; }
span { border-color: rgb(117,39,124); }
td.TdClassName
{
border-color: #75277C;
}
.TagClassName
{
border-color: #75277C;
}
</style>