Shades of Palatinate Purple #7A346A
Tints of Palatinate Purple #7A346A
RGB
CMYK
RGB Variations
Color information
#7A346A (or 0x7A346A) is known color: Palatinate Purple. HEX triplet: 7A, 34 and 6A. RGB value is (122,52,106). Sum of RGB (Red+Green+Blue) = 122+52+106=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 122 - color contains mainly: red. Hex color #7A346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A346A is #85CB95. Grayscale: #4E4E4E. Windows color (decimal): -8768406 or 6960250. OLE color: 6960250.
HSL color Cylindrical-coordinate representation of color #7A346A: hue angle of 313.71º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A346A is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 52 | 106 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.52 |
| HSL | 313.71º | 0.4% | 0.34% | - |
| HSV(B) | 313.71º | 0.57% | 0.48% | - |
| XYZ | 11.86 | 7.63 | 14.48 | - |
| YUV | 79.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 52 | 106 | 0 | 0.57 | 0.13 | 0.52 | 313.71 | 0.4 | 0.34 |
| Hex | 7A | 34 | 6A | 0 | 39 | D | 34 | 13A | 28 | 22 |
| Octal | 172 | 64 | 152 | 0 | 71 | 15 | 64 | 472 | 50 | 42 |
| Binary | 1111010 | 110100 | 1101010 | 0 | 111001 | 1101 | 110100 | 100111010 | 101000 | 100010 |
Color Harmonies of #7A346A
Complementary color
Monochromatic Colors of #7A346A
Black with #7A346A
Text Example
Text Example
White with #7A346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A346A; }
p { color: rgb(122,52,106); }
H1.HeaderClassName
{
color: #7A346A;
}
.AnyTagClassName
{
color: #7A346A;
}
</style>
background-color css
<style>
a { background-color: #7A346A; }
a { background-color: rgb(122,52,106); }
div.DivClassName
{
background-color: #7A346A;
}
.BgClassName
{
background-color: #7A346A;
}
</style>
border-color css
<style>
span { border-color: #7A346A; }
span { border-color: rgb(122,52,106); }
td.TdClassName
{
border-color: #7A346A;
}
.TagClassName
{
border-color: #7A346A;
}
</style>