Shades of Dark Purple #7A1564
Tints of Dark Purple #7A1564
RGB
CMYK
RGB Variations
Color information
#7A1564 (or 0x7A1564) is known color: Dark Purple. HEX triplet: 7A, 15 and 64. RGB value is (122,21,100). Sum of RGB (Red+Green+Blue) = 122+21+100=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1564 is #85EA9B. Grayscale: #3B3B3B. Windows color (decimal): -8776348 or 6559098. OLE color: 6559098.
HSL color Cylindrical-coordinate representation of color #7A1564: hue angle of 313.07º 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 #7A1564 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 21 | 100 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.52 |
| HSL | 313.07º | 0.71% | 0.28% | - |
| HSV(B) | 313.07º | 0.83% | 0.48% | - |
| XYZ | 10.59 | 5.59 | 12.58 | - |
| YUV | 60.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 21 | 100 | 0 | 0.83 | 0.18 | 0.52 | 313.07 | 0.71 | 0.28 |
| Hex | 7A | 15 | 64 | 0 | 53 | 12 | 34 | 139 | 47 | 1C |
| Octal | 172 | 25 | 144 | 0 | 123 | 22 | 64 | 471 | 107 | 34 |
| Binary | 1111010 | 10101 | 1100100 | 0 | 1010011 | 10010 | 110100 | 100111001 | 1000111 | 11100 |
Color Harmonies of #7A1564
Complementary color
Monochromatic Colors of #7A1564
Black with #7A1564
Text Example
Text Example
White with #7A1564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1564; }
p { color: rgb(122,21,100); }
H1.HeaderClassName
{
color: #7A1564;
}
.AnyTagClassName
{
color: #7A1564;
}
</style>
background-color css
<style>
a { background-color: #7A1564; }
a { background-color: rgb(122,21,100); }
div.DivClassName
{
background-color: #7A1564;
}
.BgClassName
{
background-color: #7A1564;
}
</style>
border-color css
<style>
span { border-color: #7A1564; }
span { border-color: rgb(122,21,100); }
td.TdClassName
{
border-color: #7A1564;
}
.TagClassName
{
border-color: #7A1564;
}
</style>