Shades of Palatinate Purple #7A1659
Tints of Palatinate Purple #7A1659
RGB
CMYK
RGB Variations
Color information
#7A1659 (or 0x7A1659) is known color: Palatinate Purple. HEX triplet: 7A, 16 and 59. RGB value is (122,22,89). Sum of RGB (Red+Green+Blue) = 122+22+89=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1659 is #85E9A6. Grayscale: #3B3B3B. Windows color (decimal): -8776103 or 5838458. OLE color: 5838458.
HSL color Cylindrical-coordinate representation of color #7A1659: hue angle of 319.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A1659 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 89 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.52 |
| HSL | 319.8º | 0.69% | 0.28% | - |
| HSV(B) | 319.8º | 0.82% | 0.48% | - |
| XYZ | 10.12 | 5.43 | 9.97 | - |
| YUV | 59.54 | 144.63 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 89 | 0 | 0.82 | 0.27 | 0.52 | 319.8 | 0.69 | 0.28 |
| Hex | 7A | 16 | 59 | 0 | 52 | 1B | 34 | 140 | 45 | 1C |
| Octal | 172 | 26 | 131 | 0 | 122 | 33 | 64 | 500 | 105 | 34 |
| Binary | 1111010 | 10110 | 1011001 | 0 | 1010010 | 11011 | 110100 | 101000000 | 1000101 | 11100 |
Color Harmonies of #7A1659
Complementary color
Monochromatic Colors of #7A1659
Black with #7A1659
Text Example
Text Example
White with #7A1659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1659; }
p { color: rgb(122,22,89); }
H1.HeaderClassName
{
color: #7A1659;
}
.AnyTagClassName
{
color: #7A1659;
}
</style>
background-color css
<style>
a { background-color: #7A1659; }
a { background-color: rgb(122,22,89); }
div.DivClassName
{
background-color: #7A1659;
}
.BgClassName
{
background-color: #7A1659;
}
</style>
border-color css
<style>
span { border-color: #7A1659; }
span { border-color: rgb(122,22,89); }
td.TdClassName
{
border-color: #7A1659;
}
.TagClassName
{
border-color: #7A1659;
}
</style>