Shades of Palatinate Purple #722A69
Tints of Palatinate Purple #722A69
RGB
CMYK
RGB Variations
Color information
#722A69 (or 0x722A69) is known color: Palatinate Purple. HEX triplet: 72, 2A and 69. RGB value is (114,42,105). Sum of RGB (Red+Green+Blue) = 114+42+105=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #722A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722A69 is #8DD596. Grayscale: #464646. Windows color (decimal): -9295255 or 6892146. OLE color: 6892146.
HSL color Cylindrical-coordinate representation of color #722A69: hue angle of 307.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #722A69 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 105 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.55 |
| HSL | 307.5º | 0.46% | 0.31% | - |
| HSV(B) | 307.5º | 0.63% | 0.45% | - |
| XYZ | 10.32 | 6.25 | 14.03 | - |
| YUV | 70.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 105 | 0 | 0.63 | 0.08 | 0.55 | 307.5 | 0.46 | 0.31 |
| Hex | 72 | 2A | 69 | 0 | 3F | 8 | 37 | 134 | 2E | 1F |
| Octal | 162 | 52 | 151 | 0 | 77 | 10 | 67 | 464 | 56 | 37 |
| Binary | 1110010 | 101010 | 1101001 | 0 | 111111 | 1000 | 110111 | 100110100 | 101110 | 11111 |
Color Harmonies of #722A69
Complementary color
Monochromatic Colors of #722A69
Black with #722A69
Text Example
Text Example
White with #722A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A69; }
p { color: rgb(114,42,105); }
H1.HeaderClassName
{
color: #722A69;
}
.AnyTagClassName
{
color: #722A69;
}
</style>
background-color css
<style>
a { background-color: #722A69; }
a { background-color: rgb(114,42,105); }
div.DivClassName
{
background-color: #722A69;
}
.BgClassName
{
background-color: #722A69;
}
</style>
border-color css
<style>
span { border-color: #722A69; }
span { border-color: rgb(114,42,105); }
td.TdClassName
{
border-color: #722A69;
}
.TagClassName
{
border-color: #722A69;
}
</style>