Shades of Palatinate Purple #7A3168
Tints of Palatinate Purple #7A3168
RGB
CMYK
RGB Variations
Color information
#7A3168 (or 0x7A3168) is known color: Palatinate Purple. HEX triplet: 7A, 31 and 68. RGB value is (122,49,104). Sum of RGB (Red+Green+Blue) = 122+49+104=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3168 is #85CE97. Grayscale: #4C4C4C. Windows color (decimal): -8769176 or 6828410. OLE color: 6828410.
HSL color Cylindrical-coordinate representation of color #7A3168: hue angle of 314.79º 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 #7A3168 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 49 | 104 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.52 |
| HSL | 314.79º | 0.43% | 0.34% | - |
| HSV(B) | 314.79º | 0.6% | 0.48% | - |
| XYZ | 11.62 | 7.33 | 13.9 | - |
| YUV | 77.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 49 | 104 | 0 | 0.60 | 0.15 | 0.52 | 314.79 | 0.43 | 0.34 |
| Hex | 7A | 31 | 68 | 0 | 3C | F | 34 | 13B | 2B | 22 |
| Octal | 172 | 61 | 150 | 0 | 74 | 17 | 64 | 473 | 53 | 42 |
| Binary | 1111010 | 110001 | 1101000 | 0 | 111100 | 1111 | 110100 | 100111011 | 101011 | 100010 |
Color Harmonies of #7A3168
Complementary color
Monochromatic Colors of #7A3168
Black with #7A3168
Text Example
Text Example
White with #7A3168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3168; }
p { color: rgb(122,49,104); }
H1.HeaderClassName
{
color: #7A3168;
}
.AnyTagClassName
{
color: #7A3168;
}
</style>
background-color css
<style>
a { background-color: #7A3168; }
a { background-color: rgb(122,49,104); }
div.DivClassName
{
background-color: #7A3168;
}
.BgClassName
{
background-color: #7A3168;
}
</style>
border-color css
<style>
span { border-color: #7A3168; }
span { border-color: rgb(122,49,104); }
td.TdClassName
{
border-color: #7A3168;
}
.TagClassName
{
border-color: #7A3168;
}
</style>