Shades of Palatinate Purple #722F5D
Tints of Palatinate Purple #722F5D
RGB
CMYK
RGB Variations
Color information
#722F5D (or 0x722F5D) is known color: Palatinate Purple. HEX triplet: 72, 2F and 5D. RGB value is (114,47,93). Sum of RGB (Red+Green+Blue) = 114+47+93=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #722F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722F5D is #8DD0A2. Grayscale: #484848. Windows color (decimal): -9293987 or 6106994. OLE color: 6106994.
HSL color Cylindrical-coordinate representation of color #722F5D: hue angle of 318.81º 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 #722F5D is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 93 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.55 |
| HSL | 318.81º | 0.42% | 0.32% | - |
| HSV(B) | 318.81º | 0.59% | 0.45% | - |
| XYZ | 9.93 | 6.4 | 11.07 | - |
| YUV | 72.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 93 | 0 | 0.59 | 0.18 | 0.55 | 318.81 | 0.42 | 0.32 |
| Hex | 72 | 2F | 5D | 0 | 3B | 12 | 37 | 13F | 2A | 20 |
| Octal | 162 | 57 | 135 | 0 | 73 | 22 | 67 | 477 | 52 | 40 |
| Binary | 1110010 | 101111 | 1011101 | 0 | 111011 | 10010 | 110111 | 100111111 | 101010 | 100000 |
Color Harmonies of #722F5D
Complementary color
Monochromatic Colors of #722F5D
Black with #722F5D
Text Example
Text Example
White with #722F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F5D; }
p { color: rgb(114,47,93); }
H1.HeaderClassName
{
color: #722F5D;
}
.AnyTagClassName
{
color: #722F5D;
}
</style>
background-color css
<style>
a { background-color: #722F5D; }
a { background-color: rgb(114,47,93); }
div.DivClassName
{
background-color: #722F5D;
}
.BgClassName
{
background-color: #722F5D;
}
</style>
border-color css
<style>
span { border-color: #722F5D; }
span { border-color: rgb(114,47,93); }
td.TdClassName
{
border-color: #722F5D;
}
.TagClassName
{
border-color: #722F5D;
}
</style>