Shades of Dark Purple #7C1776
Tints of Dark Purple #7C1776
RGB
CMYK
RGB Variations
Color information
#7C1776 (or 0x7C1776) is known color: Dark Purple. HEX triplet: 7C, 17 and 76. RGB value is (124,23,118). Sum of RGB (Red+Green+Blue) = 124+23+118=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1776 is #83E889. Grayscale: #3F3F3F. Windows color (decimal): -8644746 or 7739260. OLE color: 7739260.
HSL color Cylindrical-coordinate representation of color #7C1776: hue angle of 303.56º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1776 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 23 | 118 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.51 |
| HSL | 303.56º | 0.69% | 0.29% | - |
| HSV(B) | 303.56º | 0.81% | 0.49% | - |
| XYZ | 11.89 | 6.21 | 17.71 | - |
| YUV | 64.03 | 158.46 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 118 | 0 | 0.81 | 0.05 | 0.51 | 303.56 | 0.69 | 0.29 |
| Hex | 7C | 17 | 76 | 0 | 51 | 5 | 33 | 130 | 45 | 1D |
| Octal | 174 | 27 | 166 | 0 | 121 | 5 | 63 | 460 | 105 | 35 |
| Binary | 1111100 | 10111 | 1110110 | 0 | 1010001 | 101 | 110011 | 100110000 | 1000101 | 11101 |
Color Harmonies of #7C1776
Complementary color
Monochromatic Colors of #7C1776
Black with #7C1776
Text Example
Text Example
White with #7C1776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1776; }
p { color: rgb(124,23,118); }
H1.HeaderClassName
{
color: #7C1776;
}
.AnyTagClassName
{
color: #7C1776;
}
</style>
background-color css
<style>
a { background-color: #7C1776; }
a { background-color: rgb(124,23,118); }
div.DivClassName
{
background-color: #7C1776;
}
.BgClassName
{
background-color: #7C1776;
}
</style>
border-color css
<style>
span { border-color: #7C1776; }
span { border-color: rgb(124,23,118); }
td.TdClassName
{
border-color: #7C1776;
}
.TagClassName
{
border-color: #7C1776;
}
</style>