Shades of Dark Purple #7A1569
Tints of Dark Purple #7A1569
RGB
CMYK
RGB Variations
Color information
#7A1569 (or 0x7A1569) is known color: Dark Purple. HEX triplet: 7A, 15 and 69. RGB value is (122,21,105). Sum of RGB (Red+Green+Blue) = 122+21+105=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1569 is #85EA96. Grayscale: #3C3C3C. Windows color (decimal): -8776343 or 6886778. OLE color: 6886778.
HSL color Cylindrical-coordinate representation of color #7A1569: hue angle of 310.1º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A1569 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 21 | 105 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.52 |
| HSL | 310.1º | 0.71% | 0.28% | - |
| HSV(B) | 310.1º | 0.83% | 0.48% | - |
| XYZ | 10.84 | 5.69 | 13.89 | - |
| YUV | 60.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 21 | 105 | 0 | 0.83 | 0.14 | 0.52 | 310.1 | 0.71 | 0.28 |
| Hex | 7A | 15 | 69 | 0 | 53 | E | 34 | 136 | 47 | 1C |
| Octal | 172 | 25 | 151 | 0 | 123 | 16 | 64 | 466 | 107 | 34 |
| Binary | 1111010 | 10101 | 1101001 | 0 | 1010011 | 1110 | 110100 | 100110110 | 1000111 | 11100 |
Color Harmonies of #7A1569
Complementary color
Monochromatic Colors of #7A1569
Black with #7A1569
Text Example
Text Example
White with #7A1569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1569; }
p { color: rgb(122,21,105); }
H1.HeaderClassName
{
color: #7A1569;
}
.AnyTagClassName
{
color: #7A1569;
}
</style>
background-color css
<style>
a { background-color: #7A1569; }
a { background-color: rgb(122,21,105); }
div.DivClassName
{
background-color: #7A1569;
}
.BgClassName
{
background-color: #7A1569;
}
</style>
border-color css
<style>
span { border-color: #7A1569; }
span { border-color: rgb(122,21,105); }
td.TdClassName
{
border-color: #7A1569;
}
.TagClassName
{
border-color: #7A1569;
}
</style>