Shades of Dark Purple #7C2980
Tints of Dark Purple #7C2980
RGB
CMYK
RGB Variations
Color information
#7C2980 (or 0x7C2980) is known color: Dark Purple. HEX triplet: 7C, 29 and 80. RGB value is (124,41,128). Sum of RGB (Red+Green+Blue) = 124+41+128=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: blue. Hex color #7C2980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2980 is #83D67F. Grayscale: #4B4B4B. Windows color (decimal): -8640128 or 8399228. OLE color: 8399228.
HSL color Cylindrical-coordinate representation of color #7C2980: hue angle of 297.24º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C2980 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 41 | 128 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.50 |
| HSL | 297.24º | 0.51% | 0.33% | - |
| HSV(B) | 297.24º | 0.68% | 0.5% | - |
| XYZ | 13 | 7.43 | 21.17 | - |
| YUV | 75.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 128 | 0.03 | 0.68 | 0 | 0.50 | 297.24 | 0.51 | 0.33 |
| Hex | 7C | 29 | 80 | 3 | 44 | 0 | 32 | 129 | 33 | 21 |
| Octal | 174 | 51 | 200 | 3 | 104 | 0 | 62 | 451 | 63 | 41 |
| Binary | 1111100 | 101001 | 10000000 | 11 | 1000100 | 0 | 110010 | 100101001 | 110011 | 100001 |
Color Harmonies of #7C2980
Complementary color
Monochromatic Colors of #7C2980
Black with #7C2980
Text Example
Text Example
White with #7C2980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2980; }
p { color: rgb(124,41,128); }
H1.HeaderClassName
{
color: #7C2980;
}
.AnyTagClassName
{
color: #7C2980;
}
</style>
background-color css
<style>
a { background-color: #7C2980; }
a { background-color: rgb(124,41,128); }
div.DivClassName
{
background-color: #7C2980;
}
.BgClassName
{
background-color: #7C2980;
}
</style>
border-color css
<style>
span { border-color: #7C2980; }
span { border-color: rgb(124,41,128); }
td.TdClassName
{
border-color: #7C2980;
}
.TagClassName
{
border-color: #7C2980;
}
</style>