Shades of Purple #7C188D
Tints of Purple #7C188D
RGB
CMYK
RGB Variations
Color information
#7C188D (or 0x7C188D) is known color: Purple. HEX triplet: 7C, 18 and 8D. RGB value is (124,24,141). Sum of RGB (Red+Green+Blue) = 124+24+141=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C188D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C188D is #83E772. Grayscale: #424242. Windows color (decimal): -8644467 or 9246844. OLE color: 9246844.
HSL color Cylindrical-coordinate representation of color #7C188D: hue angle of 291.28º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C188D is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 24 | 141 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.45 |
| HSL | 291.28º | 0.71% | 0.32% | - |
| HSV(B) | 291.28º | 0.83% | 0.55% | - |
| XYZ | 13.45 | 6.86 | 25.81 | - |
| YUV | 67.24 | 169.63 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 141 | 0.12 | 0.83 | 0 | 0.45 | 291.28 | 0.71 | 0.32 |
| Hex | 7C | 18 | 8D | C | 53 | 0 | 2D | 123 | 47 | 20 |
| Octal | 174 | 30 | 215 | 14 | 123 | 0 | 55 | 443 | 107 | 40 |
| Binary | 1111100 | 11000 | 10001101 | 1100 | 1010011 | 0 | 101101 | 100100011 | 1000111 | 100000 |
Color Harmonies of #7C188D
Complementary color
Monochromatic Colors of #7C188D
Black with #7C188D
Text Example
Text Example
White with #7C188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C188D; }
p { color: rgb(124,24,141); }
H1.HeaderClassName
{
color: #7C188D;
}
.AnyTagClassName
{
color: #7C188D;
}
</style>
background-color css
<style>
a { background-color: #7C188D; }
a { background-color: rgb(124,24,141); }
div.DivClassName
{
background-color: #7C188D;
}
.BgClassName
{
background-color: #7C188D;
}
</style>
border-color css
<style>
span { border-color: #7C188D; }
span { border-color: rgb(124,24,141); }
td.TdClassName
{
border-color: #7C188D;
}
.TagClassName
{
border-color: #7C188D;
}
</style>