Shades of Purple #7C117A
Tints of Purple #7C117A
RGB
CMYK
RGB Variations
Color information
#7C117A (or 0x7C117A) is known color: Purple. HEX triplet: 7C, 11 and 7A. RGB value is (124,17,122). Sum of RGB (Red+Green+Blue) = 124+17+122=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C117A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C117A is #83EE85. Grayscale: #3C3C3C. Windows color (decimal): -8646278 or 7999868. OLE color: 7999868.
HSL color Cylindrical-coordinate representation of color #7C117A: hue angle of 301.12º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C117A is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 17 | 122 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.51 |
| HSL | 301.12º | 0.76% | 0.28% | - |
| HSV(B) | 301.12º | 0.86% | 0.49% | - |
| XYZ | 12.03 | 6.09 | 18.95 | - |
| YUV | 60.96 | 162.45 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 122 | 0 | 0.86 | 0.02 | 0.51 | 301.12 | 0.76 | 0.28 |
| Hex | 7C | 11 | 7A | 0 | 56 | 2 | 33 | 12D | 4C | 1C |
| Octal | 174 | 21 | 172 | 0 | 126 | 2 | 63 | 455 | 114 | 34 |
| Binary | 1111100 | 10001 | 1111010 | 0 | 1010110 | 10 | 110011 | 100101101 | 1001100 | 11100 |
Color Harmonies of #7C117A
Complementary color
Monochromatic Colors of #7C117A
Black with #7C117A
Text Example
Text Example
White with #7C117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C117A; }
p { color: rgb(124,17,122); }
H1.HeaderClassName
{
color: #7C117A;
}
.AnyTagClassName
{
color: #7C117A;
}
</style>
background-color css
<style>
a { background-color: #7C117A; }
a { background-color: rgb(124,17,122); }
div.DivClassName
{
background-color: #7C117A;
}
.BgClassName
{
background-color: #7C117A;
}
</style>
border-color css
<style>
span { border-color: #7C117A; }
span { border-color: rgb(124,17,122); }
td.TdClassName
{
border-color: #7C117A;
}
.TagClassName
{
border-color: #7C117A;
}
</style>