Shades of Palatinate Purple #722C5B
Tints of Palatinate Purple #722C5B
RGB
CMYK
RGB Variations
Color information
#722C5B (or 0x722C5B) is known color: Palatinate Purple. HEX triplet: 72, 2C and 5B. RGB value is (114,44,91). Sum of RGB (Red+Green+Blue) = 114+44+91=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #722C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C5B is #8DD3A4. Grayscale: #464646. Windows color (decimal): -9294757 or 5975154. OLE color: 5975154.
HSL color Cylindrical-coordinate representation of color #722C5B: hue angle of 319.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 #722C5B is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 91 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.55 |
| HSL | 319.71º | 0.44% | 0.31% | - |
| HSV(B) | 319.71º | 0.61% | 0.45% | - |
| XYZ | 9.73 | 6.13 | 10.57 | - |
| YUV | 70.29 | 139.69 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 91 | 0 | 0.61 | 0.20 | 0.55 | 319.71 | 0.44 | 0.31 |
| Hex | 72 | 2C | 5B | 0 | 3D | 14 | 37 | 140 | 2C | 1F |
| Octal | 162 | 54 | 133 | 0 | 75 | 24 | 67 | 500 | 54 | 37 |
| Binary | 1110010 | 101100 | 1011011 | 0 | 111101 | 10100 | 110111 | 101000000 | 101100 | 11111 |
Color Harmonies of #722C5B
Complementary color
Monochromatic Colors of #722C5B
Black with #722C5B
Text Example
Text Example
White with #722C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C5B; }
p { color: rgb(114,44,91); }
H1.HeaderClassName
{
color: #722C5B;
}
.AnyTagClassName
{
color: #722C5B;
}
</style>
background-color css
<style>
a { background-color: #722C5B; }
a { background-color: rgb(114,44,91); }
div.DivClassName
{
background-color: #722C5B;
}
.BgClassName
{
background-color: #722C5B;
}
</style>
border-color css
<style>
span { border-color: #722C5B; }
span { border-color: rgb(114,44,91); }
td.TdClassName
{
border-color: #722C5B;
}
.TagClassName
{
border-color: #722C5B;
}
</style>