Shades of Eminence #752B7B
Tints of Eminence #752B7B
RGB
CMYK
RGB Variations
Color information
#752B7B (or 0x752B7B) is known color: Eminence. HEX triplet: 75, 2B and 7B. RGB value is (117,43,123). Sum of RGB (Red+Green+Blue) = 117+43+123=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #752B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752B7B is #8AD484. Grayscale: #4A4A4A. Windows color (decimal): -9098373 or 8072053. OLE color: 8072053.
HSL color Cylindrical-coordinate representation of color #752B7B: hue angle of 295.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752B7B is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 43 | 123 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.52 |
| HSL | 295.5º | 0.48% | 0.33% | - |
| HSV(B) | 295.5º | 0.65% | 0.48% | - |
| XYZ | 11.78 | 6.94 | 19.46 | - |
| YUV | 74.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 123 | 0.05 | 0.65 | 0 | 0.52 | 295.5 | 0.48 | 0.33 |
| Hex | 75 | 2B | 7B | 5 | 41 | 0 | 34 | 128 | 30 | 21 |
| Octal | 165 | 53 | 173 | 5 | 101 | 0 | 64 | 450 | 60 | 41 |
| Binary | 1110101 | 101011 | 1111011 | 101 | 1000001 | 0 | 110100 | 100101000 | 110000 | 100001 |
Color Harmonies of #752B7B
Complementary color
Monochromatic Colors of #752B7B
Black with #752B7B
Text Example
Text Example
White with #752B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B7B; }
p { color: rgb(117,43,123); }
H1.HeaderClassName
{
color: #752B7B;
}
.AnyTagClassName
{
color: #752B7B;
}
</style>
background-color css
<style>
a { background-color: #752B7B; }
a { background-color: rgb(117,43,123); }
div.DivClassName
{
background-color: #752B7B;
}
.BgClassName
{
background-color: #752B7B;
}
</style>
border-color css
<style>
span { border-color: #752B7B; }
span { border-color: rgb(117,43,123); }
td.TdClassName
{
border-color: #752B7B;
}
.TagClassName
{
border-color: #752B7B;
}
</style>