Shades of Palatinate Purple #722E62
Tints of Palatinate Purple #722E62
RGB
CMYK
RGB Variations
Color information
#722E62 (or 0x722E62) is known color: Palatinate Purple. HEX triplet: 72, 2E and 62. RGB value is (114,46,98). Sum of RGB (Red+Green+Blue) = 114+46+98=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #722E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E62 is #8DD19D. Grayscale: #484848. Windows color (decimal): -9294238 or 6434418. OLE color: 6434418.
HSL color Cylindrical-coordinate representation of color #722E62: hue angle of 314.12º 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 #722E62 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 98 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.55 |
| HSL | 314.12º | 0.43% | 0.31% | - |
| HSV(B) | 314.12º | 0.6% | 0.45% | - |
| XYZ | 10.12 | 6.41 | 12.26 | - |
| YUV | 72.26 | 142.53 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 98 | 0 | 0.60 | 0.14 | 0.55 | 314.12 | 0.43 | 0.31 |
| Hex | 72 | 2E | 62 | 0 | 3C | E | 37 | 13A | 2A | 1F |
| Octal | 162 | 56 | 142 | 0 | 74 | 16 | 67 | 472 | 52 | 37 |
| Binary | 1110010 | 101110 | 1100010 | 0 | 111100 | 1110 | 110111 | 100111010 | 101010 | 11111 |
Color Harmonies of #722E62
Complementary color
Monochromatic Colors of #722E62
Black with #722E62
Text Example
Text Example
White with #722E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E62; }
p { color: rgb(114,46,98); }
H1.HeaderClassName
{
color: #722E62;
}
.AnyTagClassName
{
color: #722E62;
}
</style>
background-color css
<style>
a { background-color: #722E62; }
a { background-color: rgb(114,46,98); }
div.DivClassName
{
background-color: #722E62;
}
.BgClassName
{
background-color: #722E62;
}
</style>
border-color css
<style>
span { border-color: #722E62; }
span { border-color: rgb(114,46,98); }
td.TdClassName
{
border-color: #722E62;
}
.TagClassName
{
border-color: #722E62;
}
</style>