Shades of Palatinate Purple #722E68
Tints of Palatinate Purple #722E68
RGB
CMYK
RGB Variations
Color information
#722E68 (or 0x722E68) is known color: Palatinate Purple. HEX triplet: 72, 2E and 68. RGB value is (114,46,104). Sum of RGB (Red+Green+Blue) = 114+46+104=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #722E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E68 is #8DD197. Grayscale: #484848. Windows color (decimal): -9294232 or 6827634. OLE color: 6827634.
HSL color Cylindrical-coordinate representation of color #722E68: hue angle of 308.82º 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 #722E68 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 104 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.55 |
| HSL | 308.82º | 0.43% | 0.31% | - |
| HSV(B) | 308.82º | 0.6% | 0.45% | - |
| XYZ | 10.42 | 6.53 | 13.81 | - |
| YUV | 72.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 104 | 0 | 0.60 | 0.09 | 0.55 | 308.82 | 0.43 | 0.31 |
| Hex | 72 | 2E | 68 | 0 | 3C | 9 | 37 | 135 | 2A | 1F |
| Octal | 162 | 56 | 150 | 0 | 74 | 11 | 67 | 465 | 52 | 37 |
| Binary | 1110010 | 101110 | 1101000 | 0 | 111100 | 1001 | 110111 | 100110101 | 101010 | 11111 |
Color Harmonies of #722E68
Complementary color
Monochromatic Colors of #722E68
Black with #722E68
Text Example
Text Example
White with #722E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E68; }
p { color: rgb(114,46,104); }
H1.HeaderClassName
{
color: #722E68;
}
.AnyTagClassName
{
color: #722E68;
}
</style>
background-color css
<style>
a { background-color: #722E68; }
a { background-color: rgb(114,46,104); }
div.DivClassName
{
background-color: #722E68;
}
.BgClassName
{
background-color: #722E68;
}
</style>
border-color css
<style>
span { border-color: #722E68; }
span { border-color: rgb(114,46,104); }
td.TdClassName
{
border-color: #722E68;
}
.TagClassName
{
border-color: #722E68;
}
</style>