Shades of Palatinate Purple #722E63
Tints of Palatinate Purple #722E63
RGB
CMYK
RGB Variations
Color information
#722E63 (or 0x722E63) is known color: Palatinate Purple. HEX triplet: 72, 2E and 63. RGB value is (114,46,99). Sum of RGB (Red+Green+Blue) = 114+46+99=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #722E63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E63 is #8DD19C. Grayscale: #484848. Windows color (decimal): -9294237 or 6499954. OLE color: 6499954.
HSL color Cylindrical-coordinate representation of color #722E63: hue angle of 313.24º 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 #722E63 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 99 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.55 |
| HSL | 313.24º | 0.43% | 0.31% | - |
| HSV(B) | 313.24º | 0.6% | 0.45% | - |
| XYZ | 10.17 | 6.43 | 12.51 | - |
| YUV | 72.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 99 | 0 | 0.60 | 0.13 | 0.55 | 313.24 | 0.43 | 0.31 |
| Hex | 72 | 2E | 63 | 0 | 3C | D | 37 | 139 | 2A | 1F |
| Octal | 162 | 56 | 143 | 0 | 74 | 15 | 67 | 471 | 52 | 37 |
| Binary | 1110010 | 101110 | 1100011 | 0 | 111100 | 1101 | 110111 | 100111001 | 101010 | 11111 |
Color Harmonies of #722E63
Complementary color
Monochromatic Colors of #722E63
Black with #722E63
Text Example
Text Example
White with #722E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E63; }
p { color: rgb(114,46,99); }
H1.HeaderClassName
{
color: #722E63;
}
.AnyTagClassName
{
color: #722E63;
}
</style>
background-color css
<style>
a { background-color: #722E63; }
a { background-color: rgb(114,46,99); }
div.DivClassName
{
background-color: #722E63;
}
.BgClassName
{
background-color: #722E63;
}
</style>
border-color css
<style>
span { border-color: #722E63; }
span { border-color: rgb(114,46,99); }
td.TdClassName
{
border-color: #722E63;
}
.TagClassName
{
border-color: #722E63;
}
</style>