Shades of Purple #7C016C
Tints of Purple #7C016C
RGB
CMYK
RGB Variations
Color information
#7C016C (or 0x7C016C) is known color: Purple. HEX triplet: 7C, 01 and 6C. RGB value is (124,1,108). Sum of RGB (Red+Green+Blue) = 124+1+108=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C016C is #83FE93. Grayscale: #313131. Windows color (decimal): -8650388 or 7078268. OLE color: 7078268.
HSL color Cylindrical-coordinate representation of color #7C016C: hue angle of 307.8º 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 #7C016C is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.51 |
| HSL | 307.8º | 0.98% | 0.25% | - |
| HSV(B) | 307.8º | 0.99% | 0.49% | - |
| XYZ | 11.03 | 5.39 | 14.65 | - |
| YUV | 49.98 | 160.75 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 108 | 0 | 0.99 | 0.13 | 0.51 | 307.8 | 0.98 | 0.25 |
| Hex | 7C | 1 | 6C | 0 | 63 | D | 33 | 134 | 62 | 19 |
| Octal | 174 | 1 | 154 | 0 | 143 | 15 | 63 | 464 | 142 | 31 |
| Binary | 1111100 | 1 | 1101100 | 0 | 1100011 | 1101 | 110011 | 100110100 | 1100010 | 11001 |
Color Harmonies of #7C016C
Complementary color
Monochromatic Colors of #7C016C
Black with #7C016C
Text Example
Text Example
White with #7C016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C016C; }
p { color: rgb(124,1,108); }
H1.HeaderClassName
{
color: #7C016C;
}
.AnyTagClassName
{
color: #7C016C;
}
</style>
background-color css
<style>
a { background-color: #7C016C; }
a { background-color: rgb(124,1,108); }
div.DivClassName
{
background-color: #7C016C;
}
.BgClassName
{
background-color: #7C016C;
}
</style>
border-color css
<style>
span { border-color: #7C016C; }
span { border-color: rgb(124,1,108); }
td.TdClassName
{
border-color: #7C016C;
}
.TagClassName
{
border-color: #7C016C;
}
</style>