Shades of Dark Purple #7A1371
Tints of Dark Purple #7A1371
RGB
CMYK
RGB Variations
Color information
#7A1371 (or 0x7A1371) is known color: Dark Purple. HEX triplet: 7A, 13 and 71. RGB value is (122,19,113). Sum of RGB (Red+Green+Blue) = 122+19+113=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1371 is #85EC8E. Grayscale: #3C3C3C. Windows color (decimal): -8776847 or 7410554. OLE color: 7410554.
HSL color Cylindrical-coordinate representation of color #7A1371: hue angle of 305.24º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1371 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 19 | 113 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.52 |
| HSL | 305.24º | 0.73% | 0.28% | - |
| HSV(B) | 305.24º | 0.84% | 0.48% | - |
| XYZ | 11.24 | 5.8 | 16.15 | - |
| YUV | 60.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 19 | 113 | 0 | 0.84 | 0.07 | 0.52 | 305.24 | 0.73 | 0.28 |
| Hex | 7A | 13 | 71 | 0 | 54 | 7 | 34 | 131 | 49 | 1C |
| Octal | 172 | 23 | 161 | 0 | 124 | 7 | 64 | 461 | 111 | 34 |
| Binary | 1111010 | 10011 | 1110001 | 0 | 1010100 | 111 | 110100 | 100110001 | 1001001 | 11100 |
Color Harmonies of #7A1371
Complementary color
Monochromatic Colors of #7A1371
Black with #7A1371
Text Example
Text Example
White with #7A1371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1371; }
p { color: rgb(122,19,113); }
H1.HeaderClassName
{
color: #7A1371;
}
.AnyTagClassName
{
color: #7A1371;
}
</style>
background-color css
<style>
a { background-color: #7A1371; }
a { background-color: rgb(122,19,113); }
div.DivClassName
{
background-color: #7A1371;
}
.BgClassName
{
background-color: #7A1371;
}
</style>
border-color css
<style>
span { border-color: #7A1371; }
span { border-color: rgb(122,19,113); }
td.TdClassName
{
border-color: #7A1371;
}
.TagClassName
{
border-color: #7A1371;
}
</style>