Shades of Palatinate Purple #7A3169
Tints of Palatinate Purple #7A3169
RGB
CMYK
RGB Variations
Color information
#7A3169 (or 0x7A3169) is known color: Palatinate Purple. HEX triplet: 7A, 31 and 69. RGB value is (122,49,105). Sum of RGB (Red+Green+Blue) = 122+49+105=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3169 is #85CE96. Grayscale: #4D4D4D. Windows color (decimal): -8769175 or 6893946. OLE color: 6893946.
HSL color Cylindrical-coordinate representation of color #7A3169: hue angle of 313.97º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A3169 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 49 | 105 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.52 |
| HSL | 313.97º | 0.43% | 0.34% | - |
| HSV(B) | 313.97º | 0.6% | 0.48% | - |
| XYZ | 11.67 | 7.35 | 14.17 | - |
| YUV | 77.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 49 | 105 | 0 | 0.60 | 0.14 | 0.52 | 313.97 | 0.43 | 0.34 |
| Hex | 7A | 31 | 69 | 0 | 3C | E | 34 | 13A | 2B | 22 |
| Octal | 172 | 61 | 151 | 0 | 74 | 16 | 64 | 472 | 53 | 42 |
| Binary | 1111010 | 110001 | 1101001 | 0 | 111100 | 1110 | 110100 | 100111010 | 101011 | 100010 |
Color Harmonies of #7A3169
Complementary color
Monochromatic Colors of #7A3169
Black with #7A3169
Text Example
Text Example
White with #7A3169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3169; }
p { color: rgb(122,49,105); }
H1.HeaderClassName
{
color: #7A3169;
}
.AnyTagClassName
{
color: #7A3169;
}
</style>
background-color css
<style>
a { background-color: #7A3169; }
a { background-color: rgb(122,49,105); }
div.DivClassName
{
background-color: #7A3169;
}
.BgClassName
{
background-color: #7A3169;
}
</style>
border-color css
<style>
span { border-color: #7A3169; }
span { border-color: rgb(122,49,105); }
td.TdClassName
{
border-color: #7A3169;
}
.TagClassName
{
border-color: #7A3169;
}
</style>