Shades of Palatinate Purple #722D62
Tints of Palatinate Purple #722D62
RGB
CMYK
RGB Variations
Color information
#722D62 (or 0x722D62) is known color: Palatinate Purple. HEX triplet: 72, 2D and 62. RGB value is (114,45,98). Sum of RGB (Red+Green+Blue) = 114+45+98=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #722D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722D62 is #8DD29D. Grayscale: #474747. Windows color (decimal): -9294494 or 6434162. OLE color: 6434162.
HSL color Cylindrical-coordinate representation of color #722D62: hue angle of 313.91º 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 #722D62 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 98 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.55 |
| HSL | 313.91º | 0.43% | 0.31% | - |
| HSV(B) | 313.91º | 0.61% | 0.45% | - |
| XYZ | 10.08 | 6.34 | 12.25 | - |
| YUV | 71.67 | 142.86 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 98 | 0 | 0.61 | 0.14 | 0.55 | 313.91 | 0.43 | 0.31 |
| Hex | 72 | 2D | 62 | 0 | 3D | E | 37 | 13A | 2B | 1F |
| Octal | 162 | 55 | 142 | 0 | 75 | 16 | 67 | 472 | 53 | 37 |
| Binary | 1110010 | 101101 | 1100010 | 0 | 111101 | 1110 | 110111 | 100111010 | 101011 | 11111 |
Color Harmonies of #722D62
Complementary color
Monochromatic Colors of #722D62
Black with #722D62
Text Example
Text Example
White with #722D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D62; }
p { color: rgb(114,45,98); }
H1.HeaderClassName
{
color: #722D62;
}
.AnyTagClassName
{
color: #722D62;
}
</style>
background-color css
<style>
a { background-color: #722D62; }
a { background-color: rgb(114,45,98); }
div.DivClassName
{
background-color: #722D62;
}
.BgClassName
{
background-color: #722D62;
}
</style>
border-color css
<style>
span { border-color: #722D62; }
span { border-color: rgb(114,45,98); }
td.TdClassName
{
border-color: #722D62;
}
.TagClassName
{
border-color: #722D62;
}
</style>