Shades of Palatinate Purple #722E5D
Tints of Palatinate Purple #722E5D
RGB
CMYK
RGB Variations
Color information
#722E5D (or 0x722E5D) is known color: Palatinate Purple. HEX triplet: 72, 2E and 5D. RGB value is (114,46,93). Sum of RGB (Red+Green+Blue) = 114+46+93=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #722E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E5D is #8DD1A2. Grayscale: #474747. Windows color (decimal): -9294243 or 6106738. OLE color: 6106738.
HSL color Cylindrical-coordinate representation of color #722E5D: hue angle of 318.53º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #722E5D is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 93 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.55 |
| HSL | 318.53º | 0.43% | 0.31% | - |
| HSV(B) | 318.53º | 0.6% | 0.45% | - |
| XYZ | 9.89 | 6.32 | 11.05 | - |
| YUV | 71.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 93 | 0 | 0.60 | 0.18 | 0.55 | 318.53 | 0.43 | 0.31 |
| Hex | 72 | 2E | 5D | 0 | 3C | 12 | 37 | 13F | 2A | 1F |
| Octal | 162 | 56 | 135 | 0 | 74 | 22 | 67 | 477 | 52 | 37 |
| Binary | 1110010 | 101110 | 1011101 | 0 | 111100 | 10010 | 110111 | 100111111 | 101010 | 11111 |
Color Harmonies of #722E5D
Complementary color
Monochromatic Colors of #722E5D
Black with #722E5D
Text Example
Text Example
White with #722E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E5D; }
p { color: rgb(114,46,93); }
H1.HeaderClassName
{
color: #722E5D;
}
.AnyTagClassName
{
color: #722E5D;
}
</style>
background-color css
<style>
a { background-color: #722E5D; }
a { background-color: rgb(114,46,93); }
div.DivClassName
{
background-color: #722E5D;
}
.BgClassName
{
background-color: #722E5D;
}
</style>
border-color css
<style>
span { border-color: #722E5D; }
span { border-color: rgb(114,46,93); }
td.TdClassName
{
border-color: #722E5D;
}
.TagClassName
{
border-color: #722E5D;
}
</style>