Shades of Dark Purple #7D2C79
Tints of Dark Purple #7D2C79
RGB
CMYK
RGB Variations
Color information
#7D2C79 (or 0x7D2C79) is known color: Dark Purple. HEX triplet: 7D, 2C and 79. RGB value is (125,44,121). Sum of RGB (Red+Green+Blue) = 125+44+121=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2C79 is #82D386. Grayscale: #4C4C4C. Windows color (decimal): -8573831 or 7941245. OLE color: 7941245.
HSL color Cylindrical-coordinate representation of color #7D2C79: hue angle of 302.96º degrees, saturation: 0.48, 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 #7D2C79 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 44 | 121 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.51 |
| HSL | 302.96º | 0.48% | 0.33% | - |
| HSV(B) | 302.96º | 0.65% | 0.49% | - |
| XYZ | 12.81 | 7.54 | 18.87 | - |
| YUV | 77 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 44 | 121 | 0 | 0.65 | 0.03 | 0.51 | 302.96 | 0.48 | 0.33 |
| Hex | 7D | 2C | 79 | 0 | 41 | 3 | 33 | 12F | 30 | 21 |
| Octal | 175 | 54 | 171 | 0 | 101 | 3 | 63 | 457 | 60 | 41 |
| Binary | 1111101 | 101100 | 1111001 | 0 | 1000001 | 11 | 110011 | 100101111 | 110000 | 100001 |
Color Harmonies of #7D2C79
Complementary color
Monochromatic Colors of #7D2C79
Black with #7D2C79
Text Example
Text Example
White with #7D2C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2C79; }
p { color: rgb(125,44,121); }
H1.HeaderClassName
{
color: #7D2C79;
}
.AnyTagClassName
{
color: #7D2C79;
}
</style>
background-color css
<style>
a { background-color: #7D2C79; }
a { background-color: rgb(125,44,121); }
div.DivClassName
{
background-color: #7D2C79;
}
.BgClassName
{
background-color: #7D2C79;
}
</style>
border-color css
<style>
span { border-color: #7D2C79; }
span { border-color: rgb(125,44,121); }
td.TdClassName
{
border-color: #7D2C79;
}
.TagClassName
{
border-color: #7D2C79;
}
</style>