Shades of Purple #7C158E
Tints of Purple #7C158E
RGB
CMYK
RGB Variations
Color information
#7C158E (or 0x7C158E) is known color: Purple. HEX triplet: 7C, 15 and 8E. RGB value is (124,21,142). Sum of RGB (Red+Green+Blue) = 124+21+142=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C158E is #83EA71. Grayscale: #414141. Windows color (decimal): -8645234 or 9311612. OLE color: 9311612.
HSL color Cylindrical-coordinate representation of color #7C158E: hue angle of 291.07º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C158E is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 21 | 142 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.44 |
| HSL | 291.07º | 0.74% | 0.32% | - |
| HSV(B) | 291.07º | 0.85% | 0.56% | - |
| XYZ | 13.46 | 6.77 | 26.19 | - |
| YUV | 65.59 | 171.12 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 142 | 0.13 | 0.85 | 0 | 0.44 | 291.07 | 0.74 | 0.32 |
| Hex | 7C | 15 | 8E | D | 55 | 0 | 2C | 123 | 4A | 20 |
| Octal | 174 | 25 | 216 | 15 | 125 | 0 | 54 | 443 | 112 | 40 |
| Binary | 1111100 | 10101 | 10001110 | 1101 | 1010101 | 0 | 101100 | 100100011 | 1001010 | 100000 |
Color Harmonies of #7C158E
Complementary color
Monochromatic Colors of #7C158E
Black with #7C158E
Text Example
Text Example
White with #7C158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C158E; }
p { color: rgb(124,21,142); }
H1.HeaderClassName
{
color: #7C158E;
}
.AnyTagClassName
{
color: #7C158E;
}
</style>
background-color css
<style>
a { background-color: #7C158E; }
a { background-color: rgb(124,21,142); }
div.DivClassName
{
background-color: #7C158E;
}
.BgClassName
{
background-color: #7C158E;
}
</style>
border-color css
<style>
span { border-color: #7C158E; }
span { border-color: rgb(124,21,142); }
td.TdClassName
{
border-color: #7C158E;
}
.TagClassName
{
border-color: #7C158E;
}
</style>