Shades of Palatinate Purple #7A3566
Tints of Palatinate Purple #7A3566
RGB
CMYK
RGB Variations
Color information
#7A3566 (or 0x7A3566) is known color: Palatinate Purple. HEX triplet: 7A, 35 and 66. RGB value is (122,53,102). Sum of RGB (Red+Green+Blue) = 122+53+102=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3566 is #85CA99. Grayscale: #4F4F4F. Windows color (decimal): -8768154 or 6698362. OLE color: 6698362.
HSL color Cylindrical-coordinate representation of color #7A3566: hue angle of 317.39º 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 #7A3566 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 53 | 102 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.52 |
| HSL | 317.39º | 0.39% | 0.34% | - |
| HSV(B) | 317.39º | 0.57% | 0.48% | - |
| XYZ | 11.7 | 7.64 | 13.43 | - |
| YUV | 79.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 102 | 0 | 0.57 | 0.16 | 0.52 | 317.39 | 0.39 | 0.34 |
| Hex | 7A | 35 | 66 | 0 | 39 | 10 | 34 | 13D | 27 | 22 |
| Octal | 172 | 65 | 146 | 0 | 71 | 20 | 64 | 475 | 47 | 42 |
| Binary | 1111010 | 110101 | 1100110 | 0 | 111001 | 10000 | 110100 | 100111101 | 100111 | 100010 |
Color Harmonies of #7A3566
Complementary color
Monochromatic Colors of #7A3566
Black with #7A3566
Text Example
Text Example
White with #7A3566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3566; }
p { color: rgb(122,53,102); }
H1.HeaderClassName
{
color: #7A3566;
}
.AnyTagClassName
{
color: #7A3566;
}
</style>
background-color css
<style>
a { background-color: #7A3566; }
a { background-color: rgb(122,53,102); }
div.DivClassName
{
background-color: #7A3566;
}
.BgClassName
{
background-color: #7A3566;
}
</style>
border-color css
<style>
span { border-color: #7A3566; }
span { border-color: rgb(122,53,102); }
td.TdClassName
{
border-color: #7A3566;
}
.TagClassName
{
border-color: #7A3566;
}
</style>