Shades of Dark Purple #7C2971
Tints of Dark Purple #7C2971
RGB
CMYK
RGB Variations
Color information
#7C2971 (or 0x7C2971) is known color: Dark Purple. HEX triplet: 7C, 29 and 71. RGB value is (124,41,113). Sum of RGB (Red+Green+Blue) = 124+41+113=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2971 is #83D68E. Grayscale: #494949. Windows color (decimal): -8640143 or 7416188. OLE color: 7416188.
HSL color Cylindrical-coordinate representation of color #7C2971: hue angle of 307.95º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C2971 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 113 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.51 |
| HSL | 307.95º | 0.5% | 0.32% | - |
| HSV(B) | 307.95º | 0.67% | 0.49% | - |
| XYZ | 12.09 | 7.06 | 16.35 | - |
| YUV | 74.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 113 | 0 | 0.67 | 0.09 | 0.51 | 307.95 | 0.5 | 0.32 |
| Hex | 7C | 29 | 71 | 0 | 43 | 9 | 33 | 134 | 32 | 20 |
| Octal | 174 | 51 | 161 | 0 | 103 | 11 | 63 | 464 | 62 | 40 |
| Binary | 1111100 | 101001 | 1110001 | 0 | 1000011 | 1001 | 110011 | 100110100 | 110010 | 100000 |
Color Harmonies of #7C2971
Complementary color
Monochromatic Colors of #7C2971
Black with #7C2971
Text Example
Text Example
White with #7C2971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2971; }
p { color: rgb(124,41,113); }
H1.HeaderClassName
{
color: #7C2971;
}
.AnyTagClassName
{
color: #7C2971;
}
</style>
background-color css
<style>
a { background-color: #7C2971; }
a { background-color: rgb(124,41,113); }
div.DivClassName
{
background-color: #7C2971;
}
.BgClassName
{
background-color: #7C2971;
}
</style>
border-color css
<style>
span { border-color: #7C2971; }
span { border-color: rgb(124,41,113); }
td.TdClassName
{
border-color: #7C2971;
}
.TagClassName
{
border-color: #7C2971;
}
</style>