Shades of Eminence #752B7C
Tints of Eminence #752B7C
RGB
CMYK
RGB Variations
Color information
#752B7C (or 0x752B7C) is known color: Eminence. HEX triplet: 75, 2B and 7C. RGB value is (117,43,124). Sum of RGB (Red+Green+Blue) = 117+43+124=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #752B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752B7C is #8AD483. Grayscale: #4A4A4A. Windows color (decimal): -9098372 or 8137589. OLE color: 8137589.
HSL color Cylindrical-coordinate representation of color #752B7C: hue angle of 294.81º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752B7C is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 43 | 124 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.51 |
| HSL | 294.81º | 0.49% | 0.33% | - |
| HSV(B) | 294.81º | 0.65% | 0.49% | - |
| XYZ | 11.84 | 6.96 | 19.79 | - |
| YUV | 74.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 124 | 0.06 | 0.65 | 0 | 0.51 | 294.81 | 0.49 | 0.33 |
| Hex | 75 | 2B | 7C | 6 | 41 | 0 | 33 | 127 | 31 | 21 |
| Octal | 165 | 53 | 174 | 6 | 101 | 0 | 63 | 447 | 61 | 41 |
| Binary | 1110101 | 101011 | 1111100 | 110 | 1000001 | 0 | 110011 | 100100111 | 110001 | 100001 |
Color Harmonies of #752B7C
Complementary color
Monochromatic Colors of #752B7C
Black with #752B7C
Text Example
Text Example
White with #752B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B7C; }
p { color: rgb(117,43,124); }
H1.HeaderClassName
{
color: #752B7C;
}
.AnyTagClassName
{
color: #752B7C;
}
</style>
background-color css
<style>
a { background-color: #752B7C; }
a { background-color: rgb(117,43,124); }
div.DivClassName
{
background-color: #752B7C;
}
.BgClassName
{
background-color: #752B7C;
}
</style>
border-color css
<style>
span { border-color: #752B7C; }
span { border-color: rgb(117,43,124); }
td.TdClassName
{
border-color: #752B7C;
}
.TagClassName
{
border-color: #752B7C;
}
</style>