Shades of Dark Purple #7C2C76
Tints of Dark Purple #7C2C76
RGB
CMYK
RGB Variations
Color information
#7C2C76 (or 0x7C2C76) is known color: Dark Purple. HEX triplet: 7C, 2C and 76. RGB value is (124,44,118). Sum of RGB (Red+Green+Blue) = 124+44+118=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2C76 is #83D389. Grayscale: #4C4C4C. Windows color (decimal): -8639370 or 7744636. OLE color: 7744636.
HSL color Cylindrical-coordinate representation of color #7C2C76: hue angle of 304.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C2C76 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 44 | 118 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.51 |
| HSL | 304.5º | 0.48% | 0.33% | - |
| HSV(B) | 304.5º | 0.65% | 0.49% | - |
| XYZ | 12.48 | 7.39 | 17.91 | - |
| YUV | 76.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 44 | 118 | 0 | 0.65 | 0.05 | 0.51 | 304.5 | 0.48 | 0.33 |
| Hex | 7C | 2C | 76 | 0 | 41 | 5 | 33 | 130 | 30 | 21 |
| Octal | 174 | 54 | 166 | 0 | 101 | 5 | 63 | 460 | 60 | 41 |
| Binary | 1111100 | 101100 | 1110110 | 0 | 1000001 | 101 | 110011 | 100110000 | 110000 | 100001 |
Color Harmonies of #7C2C76
Complementary color
Monochromatic Colors of #7C2C76
Black with #7C2C76
Text Example
Text Example
White with #7C2C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2C76; }
p { color: rgb(124,44,118); }
H1.HeaderClassName
{
color: #7C2C76;
}
.AnyTagClassName
{
color: #7C2C76;
}
</style>
background-color css
<style>
a { background-color: #7C2C76; }
a { background-color: rgb(124,44,118); }
div.DivClassName
{
background-color: #7C2C76;
}
.BgClassName
{
background-color: #7C2C76;
}
</style>
border-color css
<style>
span { border-color: #7C2C76; }
span { border-color: rgb(124,44,118); }
td.TdClassName
{
border-color: #7C2C76;
}
.TagClassName
{
border-color: #7C2C76;
}
</style>