Shades of Dark Purple #7D1561
Tints of Dark Purple #7D1561
RGB
CMYK
RGB Variations
Color information
#7D1561 (or 0x7D1561) is known color: Dark Purple. HEX triplet: 7D, 15 and 61. RGB value is (125,21,97). Sum of RGB (Red+Green+Blue) = 125+21+97=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1561 is #82EA9E. Grayscale: #3C3C3C. Windows color (decimal): -8579743 or 6362493. OLE color: 6362493.
HSL color Cylindrical-coordinate representation of color #7D1561: hue angle of 316.15º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D1561 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 21 | 97 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.51 |
| HSL | 316.15º | 0.71% | 0.29% | - |
| HSV(B) | 316.15º | 0.83% | 0.49% | - |
| XYZ | 10.88 | 5.76 | 11.85 | - |
| YUV | 60.76 | 148.46 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 97 | 0 | 0.83 | 0.22 | 0.51 | 316.15 | 0.71 | 0.29 |
| Hex | 7D | 15 | 61 | 0 | 53 | 16 | 33 | 13C | 47 | 1D |
| Octal | 175 | 25 | 141 | 0 | 123 | 26 | 63 | 474 | 107 | 35 |
| Binary | 1111101 | 10101 | 1100001 | 0 | 1010011 | 10110 | 110011 | 100111100 | 1000111 | 11101 |
Color Harmonies of #7D1561
Complementary color
Monochromatic Colors of #7D1561
Black with #7D1561
Text Example
Text Example
White with #7D1561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1561; }
p { color: rgb(125,21,97); }
H1.HeaderClassName
{
color: #7D1561;
}
.AnyTagClassName
{
color: #7D1561;
}
</style>
background-color css
<style>
a { background-color: #7D1561; }
a { background-color: rgb(125,21,97); }
div.DivClassName
{
background-color: #7D1561;
}
.BgClassName
{
background-color: #7D1561;
}
</style>
border-color css
<style>
span { border-color: #7D1561; }
span { border-color: rgb(125,21,97); }
td.TdClassName
{
border-color: #7D1561;
}
.TagClassName
{
border-color: #7D1561;
}
</style>