Shades of Palatinate Purple #7A1A63
Tints of Palatinate Purple #7A1A63
RGB
CMYK
RGB Variations
Color information
#7A1A63 (or 0x7A1A63) is known color: Palatinate Purple. HEX triplet: 7A, 1A and 63. RGB value is (122,26,99). Sum of RGB (Red+Green+Blue) = 122+26+99=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1A63 is #85E59C. Grayscale: #3E3E3E. Windows color (decimal): -8775069 or 6494842. OLE color: 6494842.
HSL color Cylindrical-coordinate representation of color #7A1A63: hue angle of 314.38º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A1A63 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 26 | 99 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.52 |
| HSL | 314.38º | 0.65% | 0.29% | - |
| HSV(B) | 314.38º | 0.79% | 0.48% | - |
| XYZ | 10.65 | 5.78 | 12.36 | - |
| YUV | 63.03 | 148.3 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 99 | 0 | 0.79 | 0.19 | 0.52 | 314.38 | 0.65 | 0.29 |
| Hex | 7A | 1A | 63 | 0 | 4F | 13 | 34 | 13A | 41 | 1D |
| Octal | 172 | 32 | 143 | 0 | 117 | 23 | 64 | 472 | 101 | 35 |
| Binary | 1111010 | 11010 | 1100011 | 0 | 1001111 | 10011 | 110100 | 100111010 | 1000001 | 11101 |
Color Harmonies of #7A1A63
Complementary color
Monochromatic Colors of #7A1A63
Black with #7A1A63
Text Example
Text Example
White with #7A1A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1A63; }
p { color: rgb(122,26,99); }
H1.HeaderClassName
{
color: #7A1A63;
}
.AnyTagClassName
{
color: #7A1A63;
}
</style>
background-color css
<style>
a { background-color: #7A1A63; }
a { background-color: rgb(122,26,99); }
div.DivClassName
{
background-color: #7A1A63;
}
.BgClassName
{
background-color: #7A1A63;
}
</style>
border-color css
<style>
span { border-color: #7A1A63; }
span { border-color: rgb(122,26,99); }
td.TdClassName
{
border-color: #7A1A63;
}
.TagClassName
{
border-color: #7A1A63;
}
</style>