Shades of Dark Purple #7C2B72
Tints of Dark Purple #7C2B72
RGB
CMYK
RGB Variations
Color information
#7C2B72 (or 0x7C2B72) is known color: Dark Purple. HEX triplet: 7C, 2B and 72. RGB value is (124,43,114). Sum of RGB (Red+Green+Blue) = 124+43+114=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2B72 is #83D48D. Grayscale: #4B4B4B. Windows color (decimal): -8639630 or 7482236. OLE color: 7482236.
HSL color Cylindrical-coordinate representation of color #7C2B72: hue angle of 307.41º degrees, saturation: 0.49, 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 #7C2B72 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 43 | 114 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.51 |
| HSL | 307.41º | 0.49% | 0.33% | - |
| HSV(B) | 307.41º | 0.65% | 0.49% | - |
| XYZ | 12.21 | 7.23 | 16.67 | - |
| YUV | 75.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 114 | 0 | 0.65 | 0.08 | 0.51 | 307.41 | 0.49 | 0.33 |
| Hex | 7C | 2B | 72 | 0 | 41 | 8 | 33 | 133 | 31 | 21 |
| Octal | 174 | 53 | 162 | 0 | 101 | 10 | 63 | 463 | 61 | 41 |
| Binary | 1111100 | 101011 | 1110010 | 0 | 1000001 | 1000 | 110011 | 100110011 | 110001 | 100001 |
Color Harmonies of #7C2B72
Complementary color
Monochromatic Colors of #7C2B72
Black with #7C2B72
Text Example
Text Example
White with #7C2B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2B72; }
p { color: rgb(124,43,114); }
H1.HeaderClassName
{
color: #7C2B72;
}
.AnyTagClassName
{
color: #7C2B72;
}
</style>
background-color css
<style>
a { background-color: #7C2B72; }
a { background-color: rgb(124,43,114); }
div.DivClassName
{
background-color: #7C2B72;
}
.BgClassName
{
background-color: #7C2B72;
}
</style>
border-color css
<style>
span { border-color: #7C2B72; }
span { border-color: rgb(124,43,114); }
td.TdClassName
{
border-color: #7C2B72;
}
.TagClassName
{
border-color: #7C2B72;
}
</style>