Shades of Dark Purple #7A1771
Tints of Dark Purple #7A1771
RGB
CMYK
RGB Variations
Color information
#7A1771 (or 0x7A1771) is known color: Dark Purple. HEX triplet: 7A, 17 and 71. RGB value is (122,23,113). Sum of RGB (Red+Green+Blue) = 122+23+113=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1771 is #85E88E. Grayscale: #3E3E3E. Windows color (decimal): -8775823 or 7411578. OLE color: 7411578.
HSL color Cylindrical-coordinate representation of color #7A1771: hue angle of 305.45º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A1771 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 113 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.52 |
| HSL | 305.45º | 0.68% | 0.28% | - |
| HSV(B) | 305.45º | 0.81% | 0.48% | - |
| XYZ | 11.31 | 5.94 | 16.17 | - |
| YUV | 62.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 113 | 0 | 0.81 | 0.07 | 0.52 | 305.45 | 0.68 | 0.28 |
| Hex | 7A | 17 | 71 | 0 | 51 | 7 | 34 | 131 | 44 | 1C |
| Octal | 172 | 27 | 161 | 0 | 121 | 7 | 64 | 461 | 104 | 34 |
| Binary | 1111010 | 10111 | 1110001 | 0 | 1010001 | 111 | 110100 | 100110001 | 1000100 | 11100 |
Color Harmonies of #7A1771
Complementary color
Monochromatic Colors of #7A1771
Black with #7A1771
Text Example
Text Example
White with #7A1771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1771; }
p { color: rgb(122,23,113); }
H1.HeaderClassName
{
color: #7A1771;
}
.AnyTagClassName
{
color: #7A1771;
}
</style>
background-color css
<style>
a { background-color: #7A1771; }
a { background-color: rgb(122,23,113); }
div.DivClassName
{
background-color: #7A1771;
}
.BgClassName
{
background-color: #7A1771;
}
</style>
border-color css
<style>
span { border-color: #7A1771; }
span { border-color: rgb(122,23,113); }
td.TdClassName
{
border-color: #7A1771;
}
.TagClassName
{
border-color: #7A1771;
}
</style>