Shades of Dark Purple #7D1C71
Tints of Dark Purple #7D1C71
RGB
CMYK
RGB Variations
Color information
#7D1C71 (or 0x7D1C71) is known color: Dark Purple. HEX triplet: 7D, 1C and 71. RGB value is (125,28,113). Sum of RGB (Red+Green+Blue) = 125+28+113=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D1C71 is #82E38E. Grayscale: #424242. Windows color (decimal): -8577935 or 7412861. OLE color: 7412861.
HSL color Cylindrical-coordinate representation of color #7D1C71: hue angle of 307.42º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D1C71 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 28 | 113 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.51 |
| HSL | 307.42º | 0.63% | 0.3% | - |
| HSV(B) | 307.42º | 0.78% | 0.49% | - |
| XYZ | 11.85 | 6.38 | 16.23 | - |
| YUV | 66.69 | 154.14 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 28 | 113 | 0 | 0.78 | 0.10 | 0.51 | 307.42 | 0.63 | 0.3 |
| Hex | 7D | 1C | 71 | 0 | 4E | A | 33 | 133 | 3F | 1E |
| Octal | 175 | 34 | 161 | 0 | 116 | 12 | 63 | 463 | 77 | 36 |
| Binary | 1111101 | 11100 | 1110001 | 0 | 1001110 | 1010 | 110011 | 100110011 | 111111 | 11110 |
Color Harmonies of #7D1C71
Complementary color
Monochromatic Colors of #7D1C71
Black with #7D1C71
Text Example
Text Example
White with #7D1C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1C71; }
p { color: rgb(125,28,113); }
H1.HeaderClassName
{
color: #7D1C71;
}
.AnyTagClassName
{
color: #7D1C71;
}
</style>
background-color css
<style>
a { background-color: #7D1C71; }
a { background-color: rgb(125,28,113); }
div.DivClassName
{
background-color: #7D1C71;
}
.BgClassName
{
background-color: #7D1C71;
}
</style>
border-color css
<style>
span { border-color: #7D1C71; }
span { border-color: rgb(125,28,113); }
td.TdClassName
{
border-color: #7D1C71;
}
.TagClassName
{
border-color: #7D1C71;
}
</style>