Shades of Palatinate Purple #7A2E6A
Tints of Palatinate Purple #7A2E6A
RGB
CMYK
RGB Variations
Color information
#7A2E6A (or 0x7A2E6A) is known color: Palatinate Purple. HEX triplet: 7A, 2E and 6A. RGB value is (122,46,106). Sum of RGB (Red+Green+Blue) = 122+46+106=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2E6A is #85D195. Grayscale: #4B4B4B. Windows color (decimal): -8769942 or 6958714. OLE color: 6958714.
HSL color Cylindrical-coordinate representation of color #7A2E6A: hue angle of 312.63º 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 #7A2E6A is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 46 | 106 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.52 |
| HSL | 312.63º | 0.45% | 0.33% | - |
| HSV(B) | 312.63º | 0.62% | 0.48% | - |
| XYZ | 11.6 | 7.13 | 14.4 | - |
| YUV | 75.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 106 | 0 | 0.62 | 0.13 | 0.52 | 312.63 | 0.45 | 0.33 |
| Hex | 7A | 2E | 6A | 0 | 3E | D | 34 | 139 | 2D | 21 |
| Octal | 172 | 56 | 152 | 0 | 76 | 15 | 64 | 471 | 55 | 41 |
| Binary | 1111010 | 101110 | 1101010 | 0 | 111110 | 1101 | 110100 | 100111001 | 101101 | 100001 |
Color Harmonies of #7A2E6A
Complementary color
Monochromatic Colors of #7A2E6A
Black with #7A2E6A
Text Example
Text Example
White with #7A2E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2E6A; }
p { color: rgb(122,46,106); }
H1.HeaderClassName
{
color: #7A2E6A;
}
.AnyTagClassName
{
color: #7A2E6A;
}
</style>
background-color css
<style>
a { background-color: #7A2E6A; }
a { background-color: rgb(122,46,106); }
div.DivClassName
{
background-color: #7A2E6A;
}
.BgClassName
{
background-color: #7A2E6A;
}
</style>
border-color css
<style>
span { border-color: #7A2E6A; }
span { border-color: rgb(122,46,106); }
td.TdClassName
{
border-color: #7A2E6A;
}
.TagClassName
{
border-color: #7A2E6A;
}
</style>