Shades of Palatinate Purple #722F5B
Tints of Palatinate Purple #722F5B
RGB
CMYK
RGB Variations
Color information
#722F5B (or 0x722F5B) is known color: Palatinate Purple. HEX triplet: 72, 2F and 5B. RGB value is (114,47,91). Sum of RGB (Red+Green+Blue) = 114+47+91=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #722F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722F5B is #8DD0A4. Grayscale: #474747. Windows color (decimal): -9293989 or 5975922. OLE color: 5975922.
HSL color Cylindrical-coordinate representation of color #722F5B: hue angle of 320.6º 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 #722F5B is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 91 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.55 |
| HSL | 320.6º | 0.42% | 0.32% | - |
| HSV(B) | 320.6º | 0.59% | 0.45% | - |
| XYZ | 9.84 | 6.37 | 10.61 | - |
| YUV | 72.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 91 | 0 | 0.59 | 0.20 | 0.55 | 320.6 | 0.42 | 0.32 |
| Hex | 72 | 2F | 5B | 0 | 3B | 14 | 37 | 141 | 2A | 20 |
| Octal | 162 | 57 | 133 | 0 | 73 | 24 | 67 | 501 | 52 | 40 |
| Binary | 1110010 | 101111 | 1011011 | 0 | 111011 | 10100 | 110111 | 101000001 | 101010 | 100000 |
Color Harmonies of #722F5B
Complementary color
Monochromatic Colors of #722F5B
Black with #722F5B
Text Example
Text Example
White with #722F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F5B; }
p { color: rgb(114,47,91); }
H1.HeaderClassName
{
color: #722F5B;
}
.AnyTagClassName
{
color: #722F5B;
}
</style>
background-color css
<style>
a { background-color: #722F5B; }
a { background-color: rgb(114,47,91); }
div.DivClassName
{
background-color: #722F5B;
}
.BgClassName
{
background-color: #722F5B;
}
</style>
border-color css
<style>
span { border-color: #722F5B; }
span { border-color: rgb(114,47,91); }
td.TdClassName
{
border-color: #722F5B;
}
.TagClassName
{
border-color: #722F5B;
}
</style>