Shades of Purple #7C118C
Tints of Purple #7C118C
RGB
CMYK
RGB Variations
Color information
#7C118C (or 0x7C118C) is known color: Purple. HEX triplet: 7C, 11 and 8C. RGB value is (124,17,140). Sum of RGB (Red+Green+Blue) = 124+17+140=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #7C118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C118C is #83EE73. Grayscale: #3E3E3E. Windows color (decimal): -8646260 or 9179516. OLE color: 9179516.
HSL color Cylindrical-coordinate representation of color #7C118C: hue angle of 292.2º 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 #7C118C is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 17 | 140 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.45 |
| HSL | 292.2º | 0.78% | 0.31% | - |
| HSV(B) | 292.2º | 0.88% | 0.55% | - |
| XYZ | 13.25 | 6.58 | 25.38 | - |
| YUV | 63.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 140 | 0.11 | 0.88 | 0 | 0.45 | 292.2 | 0.78 | 0.31 |
| Hex | 7C | 11 | 8C | B | 58 | 0 | 2D | 124 | 4E | 1F |
| Octal | 174 | 21 | 214 | 13 | 130 | 0 | 55 | 444 | 116 | 37 |
| Binary | 1111100 | 10001 | 10001100 | 1011 | 1011000 | 0 | 101101 | 100100100 | 1001110 | 11111 |
Color Harmonies of #7C118C
Complementary color
Monochromatic Colors of #7C118C
Black with #7C118C
Text Example
Text Example
White with #7C118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C118C; }
p { color: rgb(124,17,140); }
H1.HeaderClassName
{
color: #7C118C;
}
.AnyTagClassName
{
color: #7C118C;
}
</style>
background-color css
<style>
a { background-color: #7C118C; }
a { background-color: rgb(124,17,140); }
div.DivClassName
{
background-color: #7C118C;
}
.BgClassName
{
background-color: #7C118C;
}
</style>
border-color css
<style>
span { border-color: #7C118C; }
span { border-color: rgb(124,17,140); }
td.TdClassName
{
border-color: #7C118C;
}
.TagClassName
{
border-color: #7C118C;
}
</style>