Shades of Palatinate Purple #7A3567
Tints of Palatinate Purple #7A3567
RGB
CMYK
RGB Variations
Color information
#7A3567 (or 0x7A3567) is known color: Palatinate Purple. HEX triplet: 7A, 35 and 67. RGB value is (122,53,103). Sum of RGB (Red+Green+Blue) = 122+53+103=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3567 is #85CA98. Grayscale: #4F4F4F. Windows color (decimal): -8768153 or 6763898. OLE color: 6763898.
HSL color Cylindrical-coordinate representation of color #7A3567: hue angle of 316.52º 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 #7A3567 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 53 | 103 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.52 |
| HSL | 316.52º | 0.39% | 0.34% | - |
| HSV(B) | 316.52º | 0.57% | 0.48% | - |
| XYZ | 11.75 | 7.66 | 13.69 | - |
| YUV | 79.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 103 | 0 | 0.57 | 0.16 | 0.52 | 316.52 | 0.39 | 0.34 |
| Hex | 7A | 35 | 67 | 0 | 39 | 10 | 34 | 13D | 27 | 22 |
| Octal | 172 | 65 | 147 | 0 | 71 | 20 | 64 | 475 | 47 | 42 |
| Binary | 1111010 | 110101 | 1100111 | 0 | 111001 | 10000 | 110100 | 100111101 | 100111 | 100010 |
Color Harmonies of #7A3567
Complementary color
Monochromatic Colors of #7A3567
Black with #7A3567
Text Example
Text Example
White with #7A3567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3567; }
p { color: rgb(122,53,103); }
H1.HeaderClassName
{
color: #7A3567;
}
.AnyTagClassName
{
color: #7A3567;
}
</style>
background-color css
<style>
a { background-color: #7A3567; }
a { background-color: rgb(122,53,103); }
div.DivClassName
{
background-color: #7A3567;
}
.BgClassName
{
background-color: #7A3567;
}
</style>
border-color css
<style>
span { border-color: #7A3567; }
span { border-color: rgb(122,53,103); }
td.TdClassName
{
border-color: #7A3567;
}
.TagClassName
{
border-color: #7A3567;
}
</style>