Shades of Palatinate Purple #722F60
Tints of Palatinate Purple #722F60
RGB
CMYK
RGB Variations
Color information
#722F60 (or 0x722F60) is known color: Palatinate Purple. HEX triplet: 72, 2F and 60. RGB value is (114,47,96). Sum of RGB (Red+Green+Blue) = 114+47+96=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #722F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722F60 is #8DD09F. Grayscale: #484848. Windows color (decimal): -9293984 or 6303602. OLE color: 6303602.
HSL color Cylindrical-coordinate representation of color #722F60: hue angle of 316.12º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #722F60 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 96 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.55 |
| HSL | 316.12º | 0.42% | 0.32% | - |
| HSV(B) | 316.12º | 0.59% | 0.45% | - |
| XYZ | 10.07 | 6.45 | 11.78 | - |
| YUV | 72.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 96 | 0 | 0.59 | 0.16 | 0.55 | 316.12 | 0.42 | 0.32 |
| Hex | 72 | 2F | 60 | 0 | 3B | 10 | 37 | 13C | 2A | 20 |
| Octal | 162 | 57 | 140 | 0 | 73 | 20 | 67 | 474 | 52 | 40 |
| Binary | 1110010 | 101111 | 1100000 | 0 | 111011 | 10000 | 110111 | 100111100 | 101010 | 100000 |
Color Harmonies of #722F60
Complementary color
Monochromatic Colors of #722F60
Black with #722F60
Text Example
Text Example
White with #722F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F60; }
p { color: rgb(114,47,96); }
H1.HeaderClassName
{
color: #722F60;
}
.AnyTagClassName
{
color: #722F60;
}
</style>
background-color css
<style>
a { background-color: #722F60; }
a { background-color: rgb(114,47,96); }
div.DivClassName
{
background-color: #722F60;
}
.BgClassName
{
background-color: #722F60;
}
</style>
border-color css
<style>
span { border-color: #722F60; }
span { border-color: rgb(114,47,96); }
td.TdClassName
{
border-color: #722F60;
}
.TagClassName
{
border-color: #722F60;
}
</style>