Shades of Palatinate Purple #7A3A69
Tints of Palatinate Purple #7A3A69
RGB
CMYK
RGB Variations
Color information
#7A3A69 (or 0x7A3A69) is known color: Palatinate Purple. HEX triplet: 7A, 3A and 69. RGB value is (122,58,105). Sum of RGB (Red+Green+Blue) = 122+58+105=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3A69 is #85C596. Grayscale: #525252. Windows color (decimal): -8766871 or 6896250. OLE color: 6896250.
HSL color Cylindrical-coordinate representation of color #7A3A69: hue angle of 315.94º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A3A69 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 58 | 105 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.52 |
| HSL | 315.94º | 0.36% | 0.35% | - |
| HSV(B) | 315.94º | 0.52% | 0.48% | - |
| XYZ | 12.09 | 8.18 | 14.31 | - |
| YUV | 82.49 | 140.7 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 58 | 105 | 0 | 0.52 | 0.14 | 0.52 | 315.94 | 0.36 | 0.35 |
| Hex | 7A | 3A | 69 | 0 | 34 | E | 34 | 13C | 24 | 23 |
| Octal | 172 | 72 | 151 | 0 | 64 | 16 | 64 | 474 | 44 | 43 |
| Binary | 1111010 | 111010 | 1101001 | 0 | 110100 | 1110 | 110100 | 100111100 | 100100 | 100011 |
Color Harmonies of #7A3A69
Complementary color
Monochromatic Colors of #7A3A69
Black with #7A3A69
Text Example
Text Example
White with #7A3A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3A69; }
p { color: rgb(122,58,105); }
H1.HeaderClassName
{
color: #7A3A69;
}
.AnyTagClassName
{
color: #7A3A69;
}
</style>
background-color css
<style>
a { background-color: #7A3A69; }
a { background-color: rgb(122,58,105); }
div.DivClassName
{
background-color: #7A3A69;
}
.BgClassName
{
background-color: #7A3A69;
}
</style>
border-color css
<style>
span { border-color: #7A3A69; }
span { border-color: rgb(122,58,105); }
td.TdClassName
{
border-color: #7A3A69;
}
.TagClassName
{
border-color: #7A3A69;
}
</style>