Shades of Palatinate Purple #7A2B68
Tints of Palatinate Purple #7A2B68
RGB
CMYK
RGB Variations
Color information
#7A2B68 (or 0x7A2B68) is known color: Palatinate Purple. HEX triplet: 7A, 2B and 68. RGB value is (122,43,104). Sum of RGB (Red+Green+Blue) = 122+43+104=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2B68 is #85D497. Grayscale: #494949. Windows color (decimal): -8770712 or 6826874. OLE color: 6826874.
HSL color Cylindrical-coordinate representation of color #7A2B68: hue angle of 313.67º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A2B68 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 43 | 104 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.52 |
| HSL | 313.67º | 0.48% | 0.32% | - |
| HSV(B) | 313.67º | 0.65% | 0.48% | - |
| XYZ | 11.39 | 6.86 | 13.82 | - |
| YUV | 73.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 43 | 104 | 0 | 0.65 | 0.15 | 0.52 | 313.67 | 0.48 | 0.32 |
| Hex | 7A | 2B | 68 | 0 | 41 | F | 34 | 13A | 30 | 20 |
| Octal | 172 | 53 | 150 | 0 | 101 | 17 | 64 | 472 | 60 | 40 |
| Binary | 1111010 | 101011 | 1101000 | 0 | 1000001 | 1111 | 110100 | 100111010 | 110000 | 100000 |
Color Harmonies of #7A2B68
Complementary color
Monochromatic Colors of #7A2B68
Black with #7A2B68
Text Example
Text Example
White with #7A2B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2B68; }
p { color: rgb(122,43,104); }
H1.HeaderClassName
{
color: #7A2B68;
}
.AnyTagClassName
{
color: #7A2B68;
}
</style>
background-color css
<style>
a { background-color: #7A2B68; }
a { background-color: rgb(122,43,104); }
div.DivClassName
{
background-color: #7A2B68;
}
.BgClassName
{
background-color: #7A2B68;
}
</style>
border-color css
<style>
span { border-color: #7A2B68; }
span { border-color: rgb(122,43,104); }
td.TdClassName
{
border-color: #7A2B68;
}
.TagClassName
{
border-color: #7A2B68;
}
</style>