Shades of Palatinate Purple #722C5F
Tints of Palatinate Purple #722C5F
RGB
CMYK
RGB Variations
Color information
#722C5F (or 0x722C5F) is known color: Palatinate Purple. HEX triplet: 72, 2C and 5F. RGB value is (114,44,95). Sum of RGB (Red+Green+Blue) = 114+44+95=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #722C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C5F is #8DD3A0. Grayscale: #464646. Windows color (decimal): -9294753 or 6237298. OLE color: 6237298.
HSL color Cylindrical-coordinate representation of color #722C5F: hue angle of 316.29º 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 #722C5F is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 95 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.55 |
| HSL | 316.29º | 0.44% | 0.31% | - |
| HSV(B) | 316.29º | 0.61% | 0.45% | - |
| XYZ | 9.91 | 6.2 | 11.5 | - |
| YUV | 70.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 95 | 0 | 0.61 | 0.17 | 0.55 | 316.29 | 0.44 | 0.31 |
| Hex | 72 | 2C | 5F | 0 | 3D | 11 | 37 | 13C | 2C | 1F |
| Octal | 162 | 54 | 137 | 0 | 75 | 21 | 67 | 474 | 54 | 37 |
| Binary | 1110010 | 101100 | 1011111 | 0 | 111101 | 10001 | 110111 | 100111100 | 101100 | 11111 |
Color Harmonies of #722C5F
Complementary color
Monochromatic Colors of #722C5F
Black with #722C5F
Text Example
Text Example
White with #722C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C5F; }
p { color: rgb(114,44,95); }
H1.HeaderClassName
{
color: #722C5F;
}
.AnyTagClassName
{
color: #722C5F;
}
</style>
background-color css
<style>
a { background-color: #722C5F; }
a { background-color: rgb(114,44,95); }
div.DivClassName
{
background-color: #722C5F;
}
.BgClassName
{
background-color: #722C5F;
}
</style>
border-color css
<style>
span { border-color: #722C5F; }
span { border-color: rgb(114,44,95); }
td.TdClassName
{
border-color: #722C5F;
}
.TagClassName
{
border-color: #722C5F;
}
</style>