Shades of Eminence #752A7C
Tints of Eminence #752A7C
RGB
CMYK
RGB Variations
Color information
#752A7C (or 0x752A7C) is known color: Eminence. HEX triplet: 75, 2A and 7C. RGB value is (117,42,124). Sum of RGB (Red+Green+Blue) = 117+42+124=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #752A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752A7C is #8AD583. Grayscale: #494949. Windows color (decimal): -9098628 or 8137333. OLE color: 8137333.
HSL color Cylindrical-coordinate representation of color #752A7C: hue angle of 294.88º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #752A7C is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 42 | 124 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.51 |
| HSL | 294.88º | 0.49% | 0.33% | - |
| HSV(B) | 294.88º | 0.66% | 0.49% | - |
| XYZ | 11.8 | 6.89 | 19.78 | - |
| YUV | 73.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 124 | 0.06 | 0.66 | 0 | 0.51 | 294.88 | 0.49 | 0.33 |
| Hex | 75 | 2A | 7C | 6 | 42 | 0 | 33 | 127 | 31 | 21 |
| Octal | 165 | 52 | 174 | 6 | 102 | 0 | 63 | 447 | 61 | 41 |
| Binary | 1110101 | 101010 | 1111100 | 110 | 1000010 | 0 | 110011 | 100100111 | 110001 | 100001 |
Color Harmonies of #752A7C
Complementary color
Monochromatic Colors of #752A7C
Black with #752A7C
Text Example
Text Example
White with #752A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A7C; }
p { color: rgb(117,42,124); }
H1.HeaderClassName
{
color: #752A7C;
}
.AnyTagClassName
{
color: #752A7C;
}
</style>
background-color css
<style>
a { background-color: #752A7C; }
a { background-color: rgb(117,42,124); }
div.DivClassName
{
background-color: #752A7C;
}
.BgClassName
{
background-color: #752A7C;
}
</style>
border-color css
<style>
span { border-color: #752A7C; }
span { border-color: rgb(117,42,124); }
td.TdClassName
{
border-color: #752A7C;
}
.TagClassName
{
border-color: #752A7C;
}
</style>