Shades of Palatinate Purple #722C62
Tints of Palatinate Purple #722C62
RGB
CMYK
RGB Variations
Color information
#722C62 (or 0x722C62) is known color: Palatinate Purple. HEX triplet: 72, 2C and 62. RGB value is (114,44,98). Sum of RGB (Red+Green+Blue) = 114+44+98=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #722C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C62 is #8DD39D. Grayscale: #464646. Windows color (decimal): -9294750 or 6433906. OLE color: 6433906.
HSL color Cylindrical-coordinate representation of color #722C62: hue angle of 313.71º degrees, saturation: 0.44, 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 #722C62 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 98 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.55 |
| HSL | 313.71º | 0.44% | 0.31% | - |
| HSV(B) | 313.71º | 0.61% | 0.45% | - |
| XYZ | 10.04 | 6.26 | 12.23 | - |
| YUV | 71.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 98 | 0 | 0.61 | 0.14 | 0.55 | 313.71 | 0.44 | 0.31 |
| Hex | 72 | 2C | 62 | 0 | 3D | E | 37 | 13A | 2C | 1F |
| Octal | 162 | 54 | 142 | 0 | 75 | 16 | 67 | 472 | 54 | 37 |
| Binary | 1110010 | 101100 | 1100010 | 0 | 111101 | 1110 | 110111 | 100111010 | 101100 | 11111 |
Color Harmonies of #722C62
Complementary color
Monochromatic Colors of #722C62
Black with #722C62
Text Example
Text Example
White with #722C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C62; }
p { color: rgb(114,44,98); }
H1.HeaderClassName
{
color: #722C62;
}
.AnyTagClassName
{
color: #722C62;
}
</style>
background-color css
<style>
a { background-color: #722C62; }
a { background-color: rgb(114,44,98); }
div.DivClassName
{
background-color: #722C62;
}
.BgClassName
{
background-color: #722C62;
}
</style>
border-color css
<style>
span { border-color: #722C62; }
span { border-color: rgb(114,44,98); }
td.TdClassName
{
border-color: #722C62;
}
.TagClassName
{
border-color: #722C62;
}
</style>