Shades of Dark Purple #7A1773
Tints of Dark Purple #7A1773
RGB
CMYK
RGB Variations
Color information
#7A1773 (or 0x7A1773) is known color: Dark Purple. HEX triplet: 7A, 17 and 73. RGB value is (122,23,115). Sum of RGB (Red+Green+Blue) = 122+23+115=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1773 is #85E88C. Grayscale: #3E3E3E. Windows color (decimal): -8775821 or 7542650. OLE color: 7542650.
HSL color Cylindrical-coordinate representation of color #7A1773: hue angle of 304.24º 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 #7A1773 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 115 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.52 |
| HSL | 304.24º | 0.68% | 0.28% | - |
| HSV(B) | 304.24º | 0.81% | 0.48% | - |
| XYZ | 11.43 | 5.99 | 16.77 | - |
| YUV | 63.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 115 | 0 | 0.81 | 0.06 | 0.52 | 304.24 | 0.68 | 0.28 |
| Hex | 7A | 17 | 73 | 0 | 51 | 6 | 34 | 130 | 44 | 1C |
| Octal | 172 | 27 | 163 | 0 | 121 | 6 | 64 | 460 | 104 | 34 |
| Binary | 1111010 | 10111 | 1110011 | 0 | 1010001 | 110 | 110100 | 100110000 | 1000100 | 11100 |
Color Harmonies of #7A1773
Complementary color
Monochromatic Colors of #7A1773
Black with #7A1773
Text Example
Text Example
White with #7A1773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1773; }
p { color: rgb(122,23,115); }
H1.HeaderClassName
{
color: #7A1773;
}
.AnyTagClassName
{
color: #7A1773;
}
</style>
background-color css
<style>
a { background-color: #7A1773; }
a { background-color: rgb(122,23,115); }
div.DivClassName
{
background-color: #7A1773;
}
.BgClassName
{
background-color: #7A1773;
}
</style>
border-color css
<style>
span { border-color: #7A1773; }
span { border-color: rgb(122,23,115); }
td.TdClassName
{
border-color: #7A1773;
}
.TagClassName
{
border-color: #7A1773;
}
</style>