Shades of Palatinate Purple #7A3764
Tints of Palatinate Purple #7A3764
RGB
CMYK
RGB Variations
Color information
#7A3764 (or 0x7A3764) is known color: Palatinate Purple. HEX triplet: 7A, 37 and 64. RGB value is (122,55,100). Sum of RGB (Red+Green+Blue) = 122+55+100=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3764 is #85C89B. Grayscale: #505050. Windows color (decimal): -8767644 or 6567802. OLE color: 6567802.
HSL color Cylindrical-coordinate representation of color #7A3764: hue angle of 319.7º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A3764 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 55 | 100 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.52 |
| HSL | 319.7º | 0.38% | 0.35% | - |
| HSV(B) | 319.7º | 0.55% | 0.48% | - |
| XYZ | 11.69 | 7.79 | 12.94 | - |
| YUV | 80.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 100 | 0 | 0.55 | 0.18 | 0.52 | 319.7 | 0.38 | 0.35 |
| Hex | 7A | 37 | 64 | 0 | 37 | 12 | 34 | 140 | 26 | 23 |
| Octal | 172 | 67 | 144 | 0 | 67 | 22 | 64 | 500 | 46 | 43 |
| Binary | 1111010 | 110111 | 1100100 | 0 | 110111 | 10010 | 110100 | 101000000 | 100110 | 100011 |
Color Harmonies of #7A3764
Complementary color
Monochromatic Colors of #7A3764
Black with #7A3764
Text Example
Text Example
White with #7A3764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3764; }
p { color: rgb(122,55,100); }
H1.HeaderClassName
{
color: #7A3764;
}
.AnyTagClassName
{
color: #7A3764;
}
</style>
background-color css
<style>
a { background-color: #7A3764; }
a { background-color: rgb(122,55,100); }
div.DivClassName
{
background-color: #7A3764;
}
.BgClassName
{
background-color: #7A3764;
}
</style>
border-color css
<style>
span { border-color: #7A3764; }
span { border-color: rgb(122,55,100); }
td.TdClassName
{
border-color: #7A3764;
}
.TagClassName
{
border-color: #7A3764;
}
</style>