Shades of Dark Purple #7A1770
Tints of Dark Purple #7A1770
RGB
CMYK
RGB Variations
Color information
#7A1770 (or 0x7A1770) is known color: Dark Purple. HEX triplet: 7A, 17 and 70. RGB value is (122,23,112). Sum of RGB (Red+Green+Blue) = 122+23+112=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1770 is #85E88F. Grayscale: #3E3E3E. Windows color (decimal): -8775824 or 7346042. OLE color: 7346042.
HSL color Cylindrical-coordinate representation of color #7A1770: hue angle of 306.06º 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 #7A1770 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 112 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.52 |
| HSL | 306.06º | 0.68% | 0.28% | - |
| HSV(B) | 306.06º | 0.81% | 0.48% | - |
| XYZ | 11.26 | 5.92 | 15.88 | - |
| YUV | 62.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 112 | 0 | 0.81 | 0.08 | 0.52 | 306.06 | 0.68 | 0.28 |
| Hex | 7A | 17 | 70 | 0 | 51 | 8 | 34 | 132 | 44 | 1C |
| Octal | 172 | 27 | 160 | 0 | 121 | 10 | 64 | 462 | 104 | 34 |
| Binary | 1111010 | 10111 | 1110000 | 0 | 1010001 | 1000 | 110100 | 100110010 | 1000100 | 11100 |
Color Harmonies of #7A1770
Complementary color
Monochromatic Colors of #7A1770
Black with #7A1770
Text Example
Text Example
White with #7A1770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1770; }
p { color: rgb(122,23,112); }
H1.HeaderClassName
{
color: #7A1770;
}
.AnyTagClassName
{
color: #7A1770;
}
</style>
background-color css
<style>
a { background-color: #7A1770; }
a { background-color: rgb(122,23,112); }
div.DivClassName
{
background-color: #7A1770;
}
.BgClassName
{
background-color: #7A1770;
}
</style>
border-color css
<style>
span { border-color: #7A1770; }
span { border-color: rgb(122,23,112); }
td.TdClassName
{
border-color: #7A1770;
}
.TagClassName
{
border-color: #7A1770;
}
</style>