Shades of Eminence #75337C
Tints of Eminence #75337C
RGB
CMYK
RGB Variations
Color information
#75337C (or 0x75337C) is known color: Eminence. HEX triplet: 75, 33 and 7C. RGB value is (117,51,124). Sum of RGB (Red+Green+Blue) = 117+51+124=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #75337C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75337C is #8ACC83. Grayscale: #4E4E4E. Windows color (decimal): -9096324 or 8139637. OLE color: 8139637.
HSL color Cylindrical-coordinate representation of color #75337C: hue angle of 294.25º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75337C is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 51 | 124 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.51 |
| HSL | 294.25º | 0.42% | 0.34% | - |
| HSV(B) | 294.25º | 0.59% | 0.49% | - |
| XYZ | 12.16 | 7.6 | 19.9 | - |
| YUV | 79.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 51 | 124 | 0.06 | 0.59 | 0 | 0.51 | 294.25 | 0.42 | 0.34 |
| Hex | 75 | 33 | 7C | 6 | 3B | 0 | 33 | 126 | 2A | 22 |
| Octal | 165 | 63 | 174 | 6 | 73 | 0 | 63 | 446 | 52 | 42 |
| Binary | 1110101 | 110011 | 1111100 | 110 | 111011 | 0 | 110011 | 100100110 | 101010 | 100010 |
Color Harmonies of #75337C
Complementary color
Monochromatic Colors of #75337C
Black with #75337C
Text Example
Text Example
White with #75337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75337C; }
p { color: rgb(117,51,124); }
H1.HeaderClassName
{
color: #75337C;
}
.AnyTagClassName
{
color: #75337C;
}
</style>
background-color css
<style>
a { background-color: #75337C; }
a { background-color: rgb(117,51,124); }
div.DivClassName
{
background-color: #75337C;
}
.BgClassName
{
background-color: #75337C;
}
</style>
border-color css
<style>
span { border-color: #75337C; }
span { border-color: rgb(117,51,124); }
td.TdClassName
{
border-color: #75337C;
}
.TagClassName
{
border-color: #75337C;
}
</style>