Shades of Purple #7C0176
Tints of Purple #7C0176
RGB
CMYK
RGB Variations
Color information
#7C0176 (or 0x7C0176) is known color: Purple. HEX triplet: 7C, 01 and 76. RGB value is (124,1,118). Sum of RGB (Red+Green+Blue) = 124+1+118=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0176 is #83FE89. Grayscale: #323232. Windows color (decimal): -8650378 or 7733628. OLE color: 7733628.
HSL color Cylindrical-coordinate representation of color #7C0176: hue angle of 302.93º 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 #7C0176 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.51 |
| HSL | 302.93º | 0.98% | 0.25% | - |
| HSV(B) | 302.93º | 0.99% | 0.49% | - |
| XYZ | 11.59 | 5.61 | 17.61 | - |
| YUV | 51.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 118 | 0 | 0.99 | 0.05 | 0.51 | 302.93 | 0.98 | 0.25 |
| Hex | 7C | 1 | 76 | 0 | 63 | 5 | 33 | 12F | 62 | 19 |
| Octal | 174 | 1 | 166 | 0 | 143 | 5 | 63 | 457 | 142 | 31 |
| Binary | 1111100 | 1 | 1110110 | 0 | 1100011 | 101 | 110011 | 100101111 | 1100010 | 11001 |
Color Harmonies of #7C0176
Complementary color
Monochromatic Colors of #7C0176
Black with #7C0176
Text Example
Text Example
White with #7C0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0176; }
p { color: rgb(124,1,118); }
H1.HeaderClassName
{
color: #7C0176;
}
.AnyTagClassName
{
color: #7C0176;
}
</style>
background-color css
<style>
a { background-color: #7C0176; }
a { background-color: rgb(124,1,118); }
div.DivClassName
{
background-color: #7C0176;
}
.BgClassName
{
background-color: #7C0176;
}
</style>
border-color css
<style>
span { border-color: #7C0176; }
span { border-color: rgb(124,1,118); }
td.TdClassName
{
border-color: #7C0176;
}
.TagClassName
{
border-color: #7C0176;
}
</style>