Shades of Dark Purple #7A1777
Tints of Dark Purple #7A1777
RGB
CMYK
RGB Variations
Color information
#7A1777 (or 0x7A1777) is known color: Dark Purple. HEX triplet: 7A, 17 and 77. RGB value is (122,23,119). Sum of RGB (Red+Green+Blue) = 122+23+119=264 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.21% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1777 is #85E888. Grayscale: #3F3F3F. Windows color (decimal): -8775817 or 7804794. OLE color: 7804794.
HSL color Cylindrical-coordinate representation of color #7A1777: hue angle of 301.82º 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 #7A1777 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 119 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.52 |
| HSL | 301.82º | 0.68% | 0.28% | - |
| HSV(B) | 301.82º | 0.81% | 0.48% | - |
| XYZ | 11.66 | 6.08 | 18.01 | - |
| YUV | 63.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 119 | 0 | 0.81 | 0.02 | 0.52 | 301.82 | 0.68 | 0.28 |
| Hex | 7A | 17 | 77 | 0 | 51 | 2 | 34 | 12E | 44 | 1C |
| Octal | 172 | 27 | 167 | 0 | 121 | 2 | 64 | 456 | 104 | 34 |
| Binary | 1111010 | 10111 | 1110111 | 0 | 1010001 | 10 | 110100 | 100101110 | 1000100 | 11100 |
Color Harmonies of #7A1777
Complementary color
Monochromatic Colors of #7A1777
Black with #7A1777
Text Example
Text Example
White with #7A1777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1777; }
p { color: rgb(122,23,119); }
H1.HeaderClassName
{
color: #7A1777;
}
.AnyTagClassName
{
color: #7A1777;
}
</style>
background-color css
<style>
a { background-color: #7A1777; }
a { background-color: rgb(122,23,119); }
div.DivClassName
{
background-color: #7A1777;
}
.BgClassName
{
background-color: #7A1777;
}
</style>
border-color css
<style>
span { border-color: #7A1777; }
span { border-color: rgb(122,23,119); }
td.TdClassName
{
border-color: #7A1777;
}
.TagClassName
{
border-color: #7A1777;
}
</style>