Shades of Palatinate Purple #7A1760
Tints of Palatinate Purple #7A1760
RGB
CMYK
RGB Variations
Color information
#7A1760 (or 0x7A1760) is known color: Palatinate Purple. HEX triplet: 7A, 17 and 60. RGB value is (122,23,96). Sum of RGB (Red+Green+Blue) = 122+23+96=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1760 is #85E89F. Grayscale: #3C3C3C. Windows color (decimal): -8775840 or 6297466. OLE color: 6297466.
HSL color Cylindrical-coordinate representation of color #7A1760: hue angle of 315.76º 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 #7A1760 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 96 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.52 |
| HSL | 315.76º | 0.68% | 0.28% | - |
| HSV(B) | 315.76º | 0.81% | 0.48% | - |
| XYZ | 10.44 | 5.59 | 11.6 | - |
| YUV | 60.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 96 | 0 | 0.81 | 0.21 | 0.52 | 315.76 | 0.68 | 0.28 |
| Hex | 7A | 17 | 60 | 0 | 51 | 15 | 34 | 13C | 44 | 1C |
| Octal | 172 | 27 | 140 | 0 | 121 | 25 | 64 | 474 | 104 | 34 |
| Binary | 1111010 | 10111 | 1100000 | 0 | 1010001 | 10101 | 110100 | 100111100 | 1000100 | 11100 |
Color Harmonies of #7A1760
Complementary color
Monochromatic Colors of #7A1760
Black with #7A1760
Text Example
Text Example
White with #7A1760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1760; }
p { color: rgb(122,23,96); }
H1.HeaderClassName
{
color: #7A1760;
}
.AnyTagClassName
{
color: #7A1760;
}
</style>
background-color css
<style>
a { background-color: #7A1760; }
a { background-color: rgb(122,23,96); }
div.DivClassName
{
background-color: #7A1760;
}
.BgClassName
{
background-color: #7A1760;
}
</style>
border-color css
<style>
span { border-color: #7A1760; }
span { border-color: rgb(122,23,96); }
td.TdClassName
{
border-color: #7A1760;
}
.TagClassName
{
border-color: #7A1760;
}
</style>