Shades of Palatinate Purple #7A1F66
Tints of Palatinate Purple #7A1F66
RGB
CMYK
RGB Variations
Color information
#7A1F66 (or 0x7A1F66) is known color: Palatinate Purple. HEX triplet: 7A, 1F and 66. RGB value is (122,31,102). Sum of RGB (Red+Green+Blue) = 122+31+102=255 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.84% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1F66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1F66 is #85E099. Grayscale: #424242. Windows color (decimal): -8773786 or 6692730. OLE color: 6692730.
HSL color Cylindrical-coordinate representation of color #7A1F66: hue angle of 313.19º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A1F66 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 31 | 102 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.52 |
| HSL | 313.19º | 0.59% | 0.3% | - |
| HSV(B) | 313.19º | 0.75% | 0.48% | - |
| XYZ | 10.91 | 6.08 | 13.17 | - |
| YUV | 66.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 31 | 102 | 0 | 0.75 | 0.16 | 0.52 | 313.19 | 0.59 | 0.3 |
| Hex | 7A | 1F | 66 | 0 | 4B | 10 | 34 | 139 | 3B | 1E |
| Octal | 172 | 37 | 146 | 0 | 113 | 20 | 64 | 471 | 73 | 36 |
| Binary | 1111010 | 11111 | 1100110 | 0 | 1001011 | 10000 | 110100 | 100111001 | 111011 | 11110 |
Color Harmonies of #7A1F66
Complementary color
Monochromatic Colors of #7A1F66
Black with #7A1F66
Text Example
Text Example
White with #7A1F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1F66; }
p { color: rgb(122,31,102); }
H1.HeaderClassName
{
color: #7A1F66;
}
.AnyTagClassName
{
color: #7A1F66;
}
</style>
background-color css
<style>
a { background-color: #7A1F66; }
a { background-color: rgb(122,31,102); }
div.DivClassName
{
background-color: #7A1F66;
}
.BgClassName
{
background-color: #7A1F66;
}
</style>
border-color css
<style>
span { border-color: #7A1F66; }
span { border-color: rgb(122,31,102); }
td.TdClassName
{
border-color: #7A1F66;
}
.TagClassName
{
border-color: #7A1F66;
}
</style>