Shades of Palatinate Purple #7A2D63
Tints of Palatinate Purple #7A2D63
RGB
CMYK
RGB Variations
Color information
#7A2D63 (or 0x7A2D63) is known color: Palatinate Purple. HEX triplet: 7A, 2D and 63. RGB value is (122,45,99). Sum of RGB (Red+Green+Blue) = 122+45+99=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2D63 is #85D29C. Grayscale: #4A4A4A. Windows color (decimal): -8770205 or 6499706. OLE color: 6499706.
HSL color Cylindrical-coordinate representation of color #7A2D63: hue angle of 317.92º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A2D63 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 45 | 99 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.52 |
| HSL | 317.92º | 0.46% | 0.33% | - |
| HSV(B) | 317.92º | 0.63% | 0.48% | - |
| XYZ | 11.22 | 6.92 | 12.55 | - |
| YUV | 74.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 45 | 99 | 0 | 0.63 | 0.19 | 0.52 | 317.92 | 0.46 | 0.33 |
| Hex | 7A | 2D | 63 | 0 | 3F | 13 | 34 | 13E | 2E | 21 |
| Octal | 172 | 55 | 143 | 0 | 77 | 23 | 64 | 476 | 56 | 41 |
| Binary | 1111010 | 101101 | 1100011 | 0 | 111111 | 10011 | 110100 | 100111110 | 101110 | 100001 |
Color Harmonies of #7A2D63
Complementary color
Monochromatic Colors of #7A2D63
Black with #7A2D63
Text Example
Text Example
White with #7A2D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2D63; }
p { color: rgb(122,45,99); }
H1.HeaderClassName
{
color: #7A2D63;
}
.AnyTagClassName
{
color: #7A2D63;
}
</style>
background-color css
<style>
a { background-color: #7A2D63; }
a { background-color: rgb(122,45,99); }
div.DivClassName
{
background-color: #7A2D63;
}
.BgClassName
{
background-color: #7A2D63;
}
</style>
border-color css
<style>
span { border-color: #7A2D63; }
span { border-color: rgb(122,45,99); }
td.TdClassName
{
border-color: #7A2D63;
}
.TagClassName
{
border-color: #7A2D63;
}
</style>