Shades of Palatinate Purple #7A3B69
Tints of Palatinate Purple #7A3B69
RGB
CMYK
RGB Variations
Color information
#7A3B69 (or 0x7A3B69) is known color: Palatinate Purple. HEX triplet: 7A, 3B and 69. RGB value is (122,59,105). Sum of RGB (Red+Green+Blue) = 122+59+105=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3B69 is #85C496. Grayscale: #525252. Windows color (decimal): -8766615 or 6896506. OLE color: 6896506.
HSL color Cylindrical-coordinate representation of color #7A3B69: hue angle of 316.19º degrees, saturation: 0.35, 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 #7A3B69 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 59 | 105 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.52 |
| HSL | 316.19º | 0.35% | 0.35% | - |
| HSV(B) | 316.19º | 0.52% | 0.48% | - |
| XYZ | 12.14 | 8.29 | 14.32 | - |
| YUV | 83.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 59 | 105 | 0 | 0.52 | 0.14 | 0.52 | 316.19 | 0.35 | 0.35 |
| Hex | 7A | 3B | 69 | 0 | 34 | E | 34 | 13C | 23 | 23 |
| Octal | 172 | 73 | 151 | 0 | 64 | 16 | 64 | 474 | 43 | 43 |
| Binary | 1111010 | 111011 | 1101001 | 0 | 110100 | 1110 | 110100 | 100111100 | 100011 | 100011 |
Color Harmonies of #7A3B69
Complementary color
Monochromatic Colors of #7A3B69
Black with #7A3B69
Text Example
Text Example
White with #7A3B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3B69; }
p { color: rgb(122,59,105); }
H1.HeaderClassName
{
color: #7A3B69;
}
.AnyTagClassName
{
color: #7A3B69;
}
</style>
background-color css
<style>
a { background-color: #7A3B69; }
a { background-color: rgb(122,59,105); }
div.DivClassName
{
background-color: #7A3B69;
}
.BgClassName
{
background-color: #7A3B69;
}
</style>
border-color css
<style>
span { border-color: #7A3B69; }
span { border-color: rgb(122,59,105); }
td.TdClassName
{
border-color: #7A3B69;
}
.TagClassName
{
border-color: #7A3B69;
}
</style>