Shades of Palatinate Purple #722D69
Tints of Palatinate Purple #722D69
RGB
CMYK
RGB Variations
Color information
#722D69 (or 0x722D69) is known color: Palatinate Purple. HEX triplet: 72, 2D and 69. RGB value is (114,45,105). Sum of RGB (Red+Green+Blue) = 114+45+105=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #722D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722D69 is #8DD296. Grayscale: #484848. Windows color (decimal): -9294487 or 6892914. OLE color: 6892914.
HSL color Cylindrical-coordinate representation of color #722D69: hue angle of 307.83º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722D69 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 105 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.55 |
| HSL | 307.83º | 0.43% | 0.31% | - |
| HSV(B) | 307.83º | 0.61% | 0.45% | - |
| XYZ | 10.43 | 6.47 | 14.06 | - |
| YUV | 72.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 105 | 0 | 0.61 | 0.08 | 0.55 | 307.83 | 0.43 | 0.31 |
| Hex | 72 | 2D | 69 | 0 | 3D | 8 | 37 | 134 | 2B | 1F |
| Octal | 162 | 55 | 151 | 0 | 75 | 10 | 67 | 464 | 53 | 37 |
| Binary | 1110010 | 101101 | 1101001 | 0 | 111101 | 1000 | 110111 | 100110100 | 101011 | 11111 |
Color Harmonies of #722D69
Complementary color
Monochromatic Colors of #722D69
Black with #722D69
Text Example
Text Example
White with #722D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D69; }
p { color: rgb(114,45,105); }
H1.HeaderClassName
{
color: #722D69;
}
.AnyTagClassName
{
color: #722D69;
}
</style>
background-color css
<style>
a { background-color: #722D69; }
a { background-color: rgb(114,45,105); }
div.DivClassName
{
background-color: #722D69;
}
.BgClassName
{
background-color: #722D69;
}
</style>
border-color css
<style>
span { border-color: #722D69; }
span { border-color: rgb(114,45,105); }
td.TdClassName
{
border-color: #722D69;
}
.TagClassName
{
border-color: #722D69;
}
</style>