Shades of Dark Purple #7C2072
Tints of Dark Purple #7C2072
RGB
CMYK
RGB Variations
Color information
#7C2072 (or 0x7C2072) is known color: Dark Purple. HEX triplet: 7C, 20 and 72. RGB value is (124,32,114). Sum of RGB (Red+Green+Blue) = 124+32+114=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2072 is #83DF8D. Grayscale: #444444. Windows color (decimal): -8642446 or 7479420. OLE color: 7479420.
HSL color Cylindrical-coordinate representation of color #7C2072: hue angle of 306.52º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C2072 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 32 | 114 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.51 |
| HSL | 306.52º | 0.59% | 0.31% | - |
| HSV(B) | 306.52º | 0.74% | 0.49% | - |
| XYZ | 11.87 | 6.53 | 16.56 | - |
| YUV | 68.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 114 | 0 | 0.74 | 0.08 | 0.51 | 306.52 | 0.59 | 0.31 |
| Hex | 7C | 20 | 72 | 0 | 4A | 8 | 33 | 133 | 3B | 1F |
| Octal | 174 | 40 | 162 | 0 | 112 | 10 | 63 | 463 | 73 | 37 |
| Binary | 1111100 | 100000 | 1110010 | 0 | 1001010 | 1000 | 110011 | 100110011 | 111011 | 11111 |
Color Harmonies of #7C2072
Complementary color
Monochromatic Colors of #7C2072
Black with #7C2072
Text Example
Text Example
White with #7C2072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2072; }
p { color: rgb(124,32,114); }
H1.HeaderClassName
{
color: #7C2072;
}
.AnyTagClassName
{
color: #7C2072;
}
</style>
background-color css
<style>
a { background-color: #7C2072; }
a { background-color: rgb(124,32,114); }
div.DivClassName
{
background-color: #7C2072;
}
.BgClassName
{
background-color: #7C2072;
}
</style>
border-color css
<style>
span { border-color: #7C2072; }
span { border-color: rgb(124,32,114); }
td.TdClassName
{
border-color: #7C2072;
}
.TagClassName
{
border-color: #7C2072;
}
</style>