Shades of Eminence #752D7D
Tints of Eminence #752D7D
RGB
CMYK
RGB Variations
Color information
#752D7D (or 0x752D7D) is known color: Eminence. HEX triplet: 75, 2D and 7D. RGB value is (117,45,125). Sum of RGB (Red+Green+Blue) = 117+45+125=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #752D7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752D7D is #8AD282. Grayscale: #4B4B4B. Windows color (decimal): -9097859 or 8203637. OLE color: 8203637.
HSL color Cylindrical-coordinate representation of color #752D7D: hue angle of 294º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #752D7D is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 45 | 125 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.51 |
| HSL | 294º | 0.47% | 0.33% | - |
| HSV(B) | 294º | 0.64% | 0.49% | - |
| XYZ | 11.98 | 7.14 | 20.15 | - |
| YUV | 75.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 125 | 0.06 | 0.64 | 0 | 0.51 | 294 | 0.47 | 0.33 |
| Hex | 75 | 2D | 7D | 6 | 40 | 0 | 33 | 126 | 2F | 21 |
| Octal | 165 | 55 | 175 | 6 | 100 | 0 | 63 | 446 | 57 | 41 |
| Binary | 1110101 | 101101 | 1111101 | 110 | 1000000 | 0 | 110011 | 100100110 | 101111 | 100001 |
Color Harmonies of #752D7D
Complementary color
Monochromatic Colors of #752D7D
Black with #752D7D
Text Example
Text Example
White with #752D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D7D; }
p { color: rgb(117,45,125); }
H1.HeaderClassName
{
color: #752D7D;
}
.AnyTagClassName
{
color: #752D7D;
}
</style>
background-color css
<style>
a { background-color: #752D7D; }
a { background-color: rgb(117,45,125); }
div.DivClassName
{
background-color: #752D7D;
}
.BgClassName
{
background-color: #752D7D;
}
</style>
border-color css
<style>
span { border-color: #752D7D; }
span { border-color: rgb(117,45,125); }
td.TdClassName
{
border-color: #752D7D;
}
.TagClassName
{
border-color: #752D7D;
}
</style>