Shades of Eminence #753A6C
Tints of Eminence #753A6C
RGB
CMYK
RGB Variations
Color information
#753A6C (or 0x753A6C) is known color: Eminence. HEX triplet: 75, 3A and 6C. RGB value is (117,58,108). Sum of RGB (Red+Green+Blue) = 117+58+108=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #753A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A6C is #8AC593. Grayscale: #515151. Windows color (decimal): -9094548 or 7092853. OLE color: 7092853.
HSL color Cylindrical-coordinate representation of color #753A6C: hue angle of 309.15º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A6C is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 58 | 108 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.54 |
| HSL | 309.15º | 0.34% | 0.34% | - |
| HSV(B) | 309.15º | 0.5% | 0.46% | - |
| XYZ | 11.56 | 7.89 | 15.1 | - |
| YUV | 81.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 108 | 0 | 0.50 | 0.08 | 0.54 | 309.15 | 0.34 | 0.34 |
| Hex | 75 | 3A | 6C | 0 | 32 | 8 | 36 | 135 | 22 | 22 |
| Octal | 165 | 72 | 154 | 0 | 62 | 10 | 66 | 465 | 42 | 42 |
| Binary | 1110101 | 111010 | 1101100 | 0 | 110010 | 1000 | 110110 | 100110101 | 100010 | 100010 |
Color Harmonies of #753A6C
Complementary color
Monochromatic Colors of #753A6C
Black with #753A6C
Text Example
Text Example
White with #753A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753A6C; }
p { color: rgb(117,58,108); }
H1.HeaderClassName
{
color: #753A6C;
}
.AnyTagClassName
{
color: #753A6C;
}
</style>
background-color css
<style>
a { background-color: #753A6C; }
a { background-color: rgb(117,58,108); }
div.DivClassName
{
background-color: #753A6C;
}
.BgClassName
{
background-color: #753A6C;
}
</style>
border-color css
<style>
span { border-color: #753A6C; }
span { border-color: rgb(117,58,108); }
td.TdClassName
{
border-color: #753A6C;
}
.TagClassName
{
border-color: #753A6C;
}
</style>