Shades of Purple #7C016B
Tints of Purple #7C016B
RGB
CMYK
RGB Variations
Color information
#7C016B (or 0x7C016B) is known color: Purple. HEX triplet: 7C, 01 and 6B. RGB value is (124,1,107). Sum of RGB (Red+Green+Blue) = 124+1+107=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C016B is #83FE94. Grayscale: #313131. Windows color (decimal): -8650389 or 7012732. OLE color: 7012732.
HSL color Cylindrical-coordinate representation of color #7C016B: hue angle of 308.29º 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 #7C016B is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.51 |
| HSL | 308.29º | 0.98% | 0.25% | - |
| HSV(B) | 308.29º | 0.99% | 0.49% | - |
| XYZ | 10.98 | 5.37 | 14.37 | - |
| YUV | 49.86 | 160.25 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 107 | 0 | 0.99 | 0.14 | 0.51 | 308.29 | 0.98 | 0.25 |
| Hex | 7C | 1 | 6B | 0 | 63 | E | 33 | 134 | 62 | 19 |
| Octal | 174 | 1 | 153 | 0 | 143 | 16 | 63 | 464 | 142 | 31 |
| Binary | 1111100 | 1 | 1101011 | 0 | 1100011 | 1110 | 110011 | 100110100 | 1100010 | 11001 |
Color Harmonies of #7C016B
Complementary color
Monochromatic Colors of #7C016B
Black with #7C016B
Text Example
Text Example
White with #7C016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C016B; }
p { color: rgb(124,1,107); }
H1.HeaderClassName
{
color: #7C016B;
}
.AnyTagClassName
{
color: #7C016B;
}
</style>
background-color css
<style>
a { background-color: #7C016B; }
a { background-color: rgb(124,1,107); }
div.DivClassName
{
background-color: #7C016B;
}
.BgClassName
{
background-color: #7C016B;
}
</style>
border-color css
<style>
span { border-color: #7C016B; }
span { border-color: rgb(124,1,107); }
td.TdClassName
{
border-color: #7C016B;
}
.TagClassName
{
border-color: #7C016B;
}
</style>