Shades of Purple #7A1789
Tints of Purple #7A1789
RGB
CMYK
RGB Variations
Color information
#7A1789 (or 0x7A1789) is known color: Purple. HEX triplet: 7A, 17 and 89. RGB value is (122,23,137). Sum of RGB (Red+Green+Blue) = 122+23+137=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A1789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1789 is #85E876. Grayscale: #414141. Windows color (decimal): -8775799 or 8984442. OLE color: 8984442.
HSL color Cylindrical-coordinate representation of color #7A1789: hue angle of 292.11º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A1789 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 23 | 137 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.46 |
| HSL | 292.11º | 0.71% | 0.31% | - |
| HSV(B) | 292.11º | 0.83% | 0.54% | - |
| XYZ | 12.85 | 6.56 | 24.26 | - |
| YUV | 65.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 137 | 0.11 | 0.83 | 0 | 0.46 | 292.11 | 0.71 | 0.31 |
| Hex | 7A | 17 | 89 | B | 53 | 0 | 2E | 124 | 47 | 1F |
| Octal | 172 | 27 | 211 | 13 | 123 | 0 | 56 | 444 | 107 | 37 |
| Binary | 1111010 | 10111 | 10001001 | 1011 | 1010011 | 0 | 101110 | 100100100 | 1000111 | 11111 |
Color Harmonies of #7A1789
Complementary color
Monochromatic Colors of #7A1789
Black with #7A1789
Text Example
Text Example
White with #7A1789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1789; }
p { color: rgb(122,23,137); }
H1.HeaderClassName
{
color: #7A1789;
}
.AnyTagClassName
{
color: #7A1789;
}
</style>
background-color css
<style>
a { background-color: #7A1789; }
a { background-color: rgb(122,23,137); }
div.DivClassName
{
background-color: #7A1789;
}
.BgClassName
{
background-color: #7A1789;
}
</style>
border-color css
<style>
span { border-color: #7A1789; }
span { border-color: rgb(122,23,137); }
td.TdClassName
{
border-color: #7A1789;
}
.TagClassName
{
border-color: #7A1789;
}
</style>