Shades of Palatinate Purple #7A2E62
Tints of Palatinate Purple #7A2E62
RGB
CMYK
RGB Variations
Color information
#7A2E62 (or 0x7A2E62) is known color: Palatinate Purple. HEX triplet: 7A, 2E and 62. RGB value is (122,46,98). Sum of RGB (Red+Green+Blue) = 122+46+98=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2E62 is #85D19D. Grayscale: #4A4A4A. Windows color (decimal): -8769950 or 6434426. OLE color: 6434426.
HSL color Cylindrical-coordinate representation of color #7A2E62: hue angle of 318.95º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A2E62 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 46 | 98 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.52 |
| HSL | 318.95º | 0.45% | 0.33% | - |
| HSV(B) | 318.95º | 0.62% | 0.48% | - |
| XYZ | 11.21 | 6.97 | 12.31 | - |
| YUV | 74.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 98 | 0 | 0.62 | 0.20 | 0.52 | 318.95 | 0.45 | 0.33 |
| Hex | 7A | 2E | 62 | 0 | 3E | 14 | 34 | 13F | 2D | 21 |
| Octal | 172 | 56 | 142 | 0 | 76 | 24 | 64 | 477 | 55 | 41 |
| Binary | 1111010 | 101110 | 1100010 | 0 | 111110 | 10100 | 110100 | 100111111 | 101101 | 100001 |
Color Harmonies of #7A2E62
Complementary color
Monochromatic Colors of #7A2E62
Black with #7A2E62
Text Example
Text Example
White with #7A2E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2E62; }
p { color: rgb(122,46,98); }
H1.HeaderClassName
{
color: #7A2E62;
}
.AnyTagClassName
{
color: #7A2E62;
}
</style>
background-color css
<style>
a { background-color: #7A2E62; }
a { background-color: rgb(122,46,98); }
div.DivClassName
{
background-color: #7A2E62;
}
.BgClassName
{
background-color: #7A2E62;
}
</style>
border-color css
<style>
span { border-color: #7A2E62; }
span { border-color: rgb(122,46,98); }
td.TdClassName
{
border-color: #7A2E62;
}
.TagClassName
{
border-color: #7A2E62;
}
</style>