Shades of Dark Purple #7D1979
Tints of Dark Purple #7D1979
RGB
CMYK
RGB Variations
Color information
#7D1979 (or 0x7D1979) is known color: Dark Purple. HEX triplet: 7D, 19 and 79. RGB value is (125,25,121). Sum of RGB (Red+Green+Blue) = 125+25+121=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1979 is #82E686. Grayscale: #414141. Windows color (decimal): -8578695 or 7936381. OLE color: 7936381.
HSL color Cylindrical-coordinate representation of color #7D1979: hue angle of 302.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D1979 is Cyan = 0, Magento = 0.8, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 25 | 121 | - |
| CMYK | 0 | 0.8 | 0.03 | 0.51 |
| HSL | 302.4º | 0.67% | 0.29% | - |
| HSV(B) | 302.4º | 0.8% | 0.49% | - |
| XYZ | 12.26 | 6.44 | 18.69 | - |
| YUV | 65.84 | 159.13 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 25 | 121 | 0 | 0.8 | 0.03 | 0.51 | 302.4 | 0.67 | 0.29 |
| Hex | 7D | 19 | 79 | 0 | 50 | 3 | 33 | 12E | 43 | 1D |
| Octal | 175 | 31 | 171 | 0 | 120 | 3 | 63 | 456 | 103 | 35 |
| Binary | 1111101 | 11001 | 1111001 | 0 | 1010000 | 11 | 110011 | 100101110 | 1000011 | 11101 |
Color Harmonies of #7D1979
Complementary color
Monochromatic Colors of #7D1979
Black with #7D1979
Text Example
Text Example
White with #7D1979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1979; }
p { color: rgb(125,25,121); }
H1.HeaderClassName
{
color: #7D1979;
}
.AnyTagClassName
{
color: #7D1979;
}
</style>
background-color css
<style>
a { background-color: #7D1979; }
a { background-color: rgb(125,25,121); }
div.DivClassName
{
background-color: #7D1979;
}
.BgClassName
{
background-color: #7D1979;
}
</style>
border-color css
<style>
span { border-color: #7D1979; }
span { border-color: rgb(125,25,121); }
td.TdClassName
{
border-color: #7D1979;
}
.TagClassName
{
border-color: #7D1979;
}
</style>