Shades of Purple #7C118D
Tints of Purple #7C118D
RGB
CMYK
RGB Variations
Color information
#7C118D (or 0x7C118D) is known color: Purple. HEX triplet: 7C, 11 and 8D. RGB value is (124,17,141). Sum of RGB (Red+Green+Blue) = 124+17+141=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C118D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C118D is #83EE72. Grayscale: #3E3E3E. Windows color (decimal): -8646259 or 9245052. OLE color: 9245052.
HSL color Cylindrical-coordinate representation of color #7C118D: hue angle of 291.77º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C118D is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 17 | 141 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.45 |
| HSL | 291.77º | 0.78% | 0.31% | - |
| HSV(B) | 291.77º | 0.88% | 0.55% | - |
| XYZ | 13.32 | 6.61 | 25.77 | - |
| YUV | 63.13 | 171.95 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 141 | 0.12 | 0.88 | 0 | 0.45 | 291.77 | 0.78 | 0.31 |
| Hex | 7C | 11 | 8D | C | 58 | 0 | 2D | 124 | 4E | 1F |
| Octal | 174 | 21 | 215 | 14 | 130 | 0 | 55 | 444 | 116 | 37 |
| Binary | 1111100 | 10001 | 10001101 | 1100 | 1011000 | 0 | 101101 | 100100100 | 1001110 | 11111 |
Color Harmonies of #7C118D
Complementary color
Monochromatic Colors of #7C118D
Black with #7C118D
Text Example
Text Example
White with #7C118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C118D; }
p { color: rgb(124,17,141); }
H1.HeaderClassName
{
color: #7C118D;
}
.AnyTagClassName
{
color: #7C118D;
}
</style>
background-color css
<style>
a { background-color: #7C118D; }
a { background-color: rgb(124,17,141); }
div.DivClassName
{
background-color: #7C118D;
}
.BgClassName
{
background-color: #7C118D;
}
</style>
border-color css
<style>
span { border-color: #7C118D; }
span { border-color: rgb(124,17,141); }
td.TdClassName
{
border-color: #7C118D;
}
.TagClassName
{
border-color: #7C118D;
}
</style>