Shades of Palatinate Purple #7A3969
Tints of Palatinate Purple #7A3969
RGB
CMYK
RGB Variations
Color information
#7A3969 (or 0x7A3969) is known color: Palatinate Purple. HEX triplet: 7A, 39 and 69. RGB value is (122,57,105). Sum of RGB (Red+Green+Blue) = 122+57+105=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3969 is #85C696. Grayscale: #515151. Windows color (decimal): -8767127 or 6895994. OLE color: 6895994.
HSL color Cylindrical-coordinate representation of color #7A3969: hue angle of 315.69º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A3969 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 57 | 105 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.52 |
| HSL | 315.69º | 0.36% | 0.35% | - |
| HSV(B) | 315.69º | 0.53% | 0.48% | - |
| XYZ | 12.04 | 8.08 | 14.29 | - |
| YUV | 81.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 57 | 105 | 0 | 0.53 | 0.14 | 0.52 | 315.69 | 0.36 | 0.35 |
| Hex | 7A | 39 | 69 | 0 | 35 | E | 34 | 13C | 24 | 23 |
| Octal | 172 | 71 | 151 | 0 | 65 | 16 | 64 | 474 | 44 | 43 |
| Binary | 1111010 | 111001 | 1101001 | 0 | 110101 | 1110 | 110100 | 100111100 | 100100 | 100011 |
Color Harmonies of #7A3969
Complementary color
Monochromatic Colors of #7A3969
Black with #7A3969
Text Example
Text Example
White with #7A3969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3969; }
p { color: rgb(122,57,105); }
H1.HeaderClassName
{
color: #7A3969;
}
.AnyTagClassName
{
color: #7A3969;
}
</style>
background-color css
<style>
a { background-color: #7A3969; }
a { background-color: rgb(122,57,105); }
div.DivClassName
{
background-color: #7A3969;
}
.BgClassName
{
background-color: #7A3969;
}
</style>
border-color css
<style>
span { border-color: #7A3969; }
span { border-color: rgb(122,57,105); }
td.TdClassName
{
border-color: #7A3969;
}
.TagClassName
{
border-color: #7A3969;
}
</style>