Shades of Purple #7C1987
Tints of Purple #7C1987
RGB
CMYK
RGB Variations
Color information
#7C1987 (or 0x7C1987) is known color: Purple. HEX triplet: 7C, 19 and 87. RGB value is (124,25,135). Sum of RGB (Red+Green+Blue) = 124+25+135=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C1987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1987 is #83E678. Grayscale: #424242. Windows color (decimal): -8644217 or 8853884. OLE color: 8853884.
HSL color Cylindrical-coordinate representation of color #7C1987: hue angle of 294º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1987 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 25 | 135 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.47 |
| HSL | 294º | 0.69% | 0.31% | - |
| HSV(B) | 294º | 0.81% | 0.53% | - |
| XYZ | 13.03 | 6.73 | 23.53 | - |
| YUV | 67.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 25 | 135 | 0.08 | 0.81 | 0 | 0.47 | 294 | 0.69 | 0.31 |
| Hex | 7C | 19 | 87 | 8 | 51 | 0 | 2F | 126 | 45 | 1F |
| Octal | 174 | 31 | 207 | 10 | 121 | 0 | 57 | 446 | 105 | 37 |
| Binary | 1111100 | 11001 | 10000111 | 1000 | 1010001 | 0 | 101111 | 100100110 | 1000101 | 11111 |
Color Harmonies of #7C1987
Complementary color
Monochromatic Colors of #7C1987
Black with #7C1987
Text Example
Text Example
White with #7C1987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1987; }
p { color: rgb(124,25,135); }
H1.HeaderClassName
{
color: #7C1987;
}
.AnyTagClassName
{
color: #7C1987;
}
</style>
background-color css
<style>
a { background-color: #7C1987; }
a { background-color: rgb(124,25,135); }
div.DivClassName
{
background-color: #7C1987;
}
.BgClassName
{
background-color: #7C1987;
}
</style>
border-color css
<style>
span { border-color: #7C1987; }
span { border-color: rgb(124,25,135); }
td.TdClassName
{
border-color: #7C1987;
}
.TagClassName
{
border-color: #7C1987;
}
</style>