Shades of Dark Purple #7C2471
Tints of Dark Purple #7C2471
RGB
CMYK
RGB Variations
Color information
#7C2471 (or 0x7C2471) is known color: Dark Purple. HEX triplet: 7C, 24 and 71. RGB value is (124,36,113). Sum of RGB (Red+Green+Blue) = 124+36+113=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2471 is #83DB8E. Grayscale: #464646. Windows color (decimal): -8641423 or 7414908. OLE color: 7414908.
HSL color Cylindrical-coordinate representation of color #7C2471: hue angle of 307.5º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C2471 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 36 | 113 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.51 |
| HSL | 307.5º | 0.55% | 0.31% | - |
| HSV(B) | 307.5º | 0.71% | 0.49% | - |
| XYZ | 11.92 | 6.74 | 16.3 | - |
| YUV | 71.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 36 | 113 | 0 | 0.71 | 0.09 | 0.51 | 307.5 | 0.55 | 0.31 |
| Hex | 7C | 24 | 71 | 0 | 47 | 9 | 33 | 134 | 37 | 1F |
| Octal | 174 | 44 | 161 | 0 | 107 | 11 | 63 | 464 | 67 | 37 |
| Binary | 1111100 | 100100 | 1110001 | 0 | 1000111 | 1001 | 110011 | 100110100 | 110111 | 11111 |
Color Harmonies of #7C2471
Complementary color
Monochromatic Colors of #7C2471
Black with #7C2471
Text Example
Text Example
White with #7C2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2471; }
p { color: rgb(124,36,113); }
H1.HeaderClassName
{
color: #7C2471;
}
.AnyTagClassName
{
color: #7C2471;
}
</style>
background-color css
<style>
a { background-color: #7C2471; }
a { background-color: rgb(124,36,113); }
div.DivClassName
{
background-color: #7C2471;
}
.BgClassName
{
background-color: #7C2471;
}
</style>
border-color css
<style>
span { border-color: #7C2471; }
span { border-color: rgb(124,36,113); }
td.TdClassName
{
border-color: #7C2471;
}
.TagClassName
{
border-color: #7C2471;
}
</style>