Shades of Palatinate Purple #722C63
Tints of Palatinate Purple #722C63
RGB
CMYK
RGB Variations
Color information
#722C63 (or 0x722C63) is known color: Palatinate Purple. HEX triplet: 72, 2C and 63. RGB value is (114,44,99). Sum of RGB (Red+Green+Blue) = 114+44+99=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #722C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C63 is #8DD39C. Grayscale: #474747. Windows color (decimal): -9294749 or 6499442. OLE color: 6499442.
HSL color Cylindrical-coordinate representation of color #722C63: hue angle of 312.86º 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 #722C63 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 99 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.55 |
| HSL | 312.86º | 0.44% | 0.31% | - |
| HSV(B) | 312.86º | 0.61% | 0.45% | - |
| XYZ | 10.09 | 6.28 | 12.48 | - |
| YUV | 71.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 99 | 0 | 0.61 | 0.13 | 0.55 | 312.86 | 0.44 | 0.31 |
| Hex | 72 | 2C | 63 | 0 | 3D | D | 37 | 139 | 2C | 1F |
| Octal | 162 | 54 | 143 | 0 | 75 | 15 | 67 | 471 | 54 | 37 |
| Binary | 1110010 | 101100 | 1100011 | 0 | 111101 | 1101 | 110111 | 100111001 | 101100 | 11111 |
Color Harmonies of #722C63
Complementary color
Monochromatic Colors of #722C63
Black with #722C63
Text Example
Text Example
White with #722C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C63; }
p { color: rgb(114,44,99); }
H1.HeaderClassName
{
color: #722C63;
}
.AnyTagClassName
{
color: #722C63;
}
</style>
background-color css
<style>
a { background-color: #722C63; }
a { background-color: rgb(114,44,99); }
div.DivClassName
{
background-color: #722C63;
}
.BgClassName
{
background-color: #722C63;
}
</style>
border-color css
<style>
span { border-color: #722C63; }
span { border-color: rgb(114,44,99); }
td.TdClassName
{
border-color: #722C63;
}
.TagClassName
{
border-color: #722C63;
}
</style>