Shades of Palatinate Purple #722C5D
Tints of Palatinate Purple #722C5D
RGB
CMYK
RGB Variations
Color information
#722C5D (or 0x722C5D) is known color: Palatinate Purple. HEX triplet: 72, 2C and 5D. RGB value is (114,44,93). Sum of RGB (Red+Green+Blue) = 114+44+93=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #722C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C5D is #8DD3A2. Grayscale: #464646. Windows color (decimal): -9294755 or 6106226. OLE color: 6106226.
HSL color Cylindrical-coordinate representation of color #722C5D: hue angle of 318º 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 #722C5D is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 93 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.55 |
| HSL | 318º | 0.44% | 0.31% | - |
| HSV(B) | 318º | 0.61% | 0.45% | - |
| XYZ | 9.82 | 6.17 | 11.03 | - |
| YUV | 70.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 93 | 0 | 0.61 | 0.18 | 0.55 | 318 | 0.44 | 0.31 |
| Hex | 72 | 2C | 5D | 0 | 3D | 12 | 37 | 13E | 2C | 1F |
| Octal | 162 | 54 | 135 | 0 | 75 | 22 | 67 | 476 | 54 | 37 |
| Binary | 1110010 | 101100 | 1011101 | 0 | 111101 | 10010 | 110111 | 100111110 | 101100 | 11111 |
Color Harmonies of #722C5D
Complementary color
Monochromatic Colors of #722C5D
Black with #722C5D
Text Example
Text Example
White with #722C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C5D; }
p { color: rgb(114,44,93); }
H1.HeaderClassName
{
color: #722C5D;
}
.AnyTagClassName
{
color: #722C5D;
}
</style>
background-color css
<style>
a { background-color: #722C5D; }
a { background-color: rgb(114,44,93); }
div.DivClassName
{
background-color: #722C5D;
}
.BgClassName
{
background-color: #722C5D;
}
</style>
border-color css
<style>
span { border-color: #722C5D; }
span { border-color: rgb(114,44,93); }
td.TdClassName
{
border-color: #722C5D;
}
.TagClassName
{
border-color: #722C5D;
}
</style>