Shades of Purple #7C016A
Tints of Purple #7C016A
RGB
CMYK
RGB Variations
Color information
#7C016A (or 0x7C016A) is known color: Purple. HEX triplet: 7C, 01 and 6A. RGB value is (124,1,106). Sum of RGB (Red+Green+Blue) = 124+1+106=231 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.68% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 124 - color contains mainly: red. Hex color #7C016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C016A is #83FE95. Grayscale: #313131. Windows color (decimal): -8650390 or 6947196. OLE color: 6947196.
HSL color Cylindrical-coordinate representation of color #7C016A: hue angle of 308.78º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C016A is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 106 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.51 |
| HSL | 308.78º | 0.98% | 0.25% | - |
| HSV(B) | 308.78º | 0.99% | 0.49% | - |
| XYZ | 10.92 | 5.35 | 14.09 | - |
| YUV | 49.75 | 159.75 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 106 | 0 | 0.99 | 0.15 | 0.51 | 308.78 | 0.98 | 0.25 |
| Hex | 7C | 1 | 6A | 0 | 63 | F | 33 | 135 | 62 | 19 |
| Octal | 174 | 1 | 152 | 0 | 143 | 17 | 63 | 465 | 142 | 31 |
| Binary | 1111100 | 1 | 1101010 | 0 | 1100011 | 1111 | 110011 | 100110101 | 1100010 | 11001 |
Color Harmonies of #7C016A
Complementary color
Monochromatic Colors of #7C016A
Black with #7C016A
Text Example
Text Example
White with #7C016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C016A; }
p { color: rgb(124,1,106); }
H1.HeaderClassName
{
color: #7C016A;
}
.AnyTagClassName
{
color: #7C016A;
}
</style>
background-color css
<style>
a { background-color: #7C016A; }
a { background-color: rgb(124,1,106); }
div.DivClassName
{
background-color: #7C016A;
}
.BgClassName
{
background-color: #7C016A;
}
</style>
border-color css
<style>
span { border-color: #7C016A; }
span { border-color: rgb(124,1,106); }
td.TdClassName
{
border-color: #7C016A;
}
.TagClassName
{
border-color: #7C016A;
}
</style>