Shades of Palatinate Purple #7A356A
Tints of Palatinate Purple #7A356A
RGB
CMYK
RGB Variations
Color information
#7A356A (or 0x7A356A) is known color: Palatinate Purple. HEX triplet: 7A, 35 and 6A. RGB value is (122,53,106). Sum of RGB (Red+Green+Blue) = 122+53+106=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A356A is #85CA95. Grayscale: #4F4F4F. Windows color (decimal): -8768150 or 6960506. OLE color: 6960506.
HSL color Cylindrical-coordinate representation of color #7A356A: hue angle of 313.91º degrees, saturation: 0.39, 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 #7A356A is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 53 | 106 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.52 |
| HSL | 313.91º | 0.39% | 0.34% | - |
| HSV(B) | 313.91º | 0.57% | 0.48% | - |
| XYZ | 11.9 | 7.72 | 14.5 | - |
| YUV | 79.67 | 142.86 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 106 | 0 | 0.57 | 0.13 | 0.52 | 313.91 | 0.39 | 0.34 |
| Hex | 7A | 35 | 6A | 0 | 39 | D | 34 | 13A | 27 | 22 |
| Octal | 172 | 65 | 152 | 0 | 71 | 15 | 64 | 472 | 47 | 42 |
| Binary | 1111010 | 110101 | 1101010 | 0 | 111001 | 1101 | 110100 | 100111010 | 100111 | 100010 |
Color Harmonies of #7A356A
Complementary color
Monochromatic Colors of #7A356A
Black with #7A356A
Text Example
Text Example
White with #7A356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A356A; }
p { color: rgb(122,53,106); }
H1.HeaderClassName
{
color: #7A356A;
}
.AnyTagClassName
{
color: #7A356A;
}
</style>
background-color css
<style>
a { background-color: #7A356A; }
a { background-color: rgb(122,53,106); }
div.DivClassName
{
background-color: #7A356A;
}
.BgClassName
{
background-color: #7A356A;
}
</style>
border-color css
<style>
span { border-color: #7A356A; }
span { border-color: rgb(122,53,106); }
td.TdClassName
{
border-color: #7A356A;
}
.TagClassName
{
border-color: #7A356A;
}
</style>