Shades of Palatinate Purple #722F5C
Tints of Palatinate Purple #722F5C
RGB
CMYK
RGB Variations
Color information
#722F5C (or 0x722F5C) is known color: Palatinate Purple. HEX triplet: 72, 2F and 5C. RGB value is (114,47,92). Sum of RGB (Red+Green+Blue) = 114+47+92=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #722F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722F5C is #8DD0A3. Grayscale: #484848. Windows color (decimal): -9293988 or 6041458. OLE color: 6041458.
HSL color Cylindrical-coordinate representation of color #722F5C: hue angle of 319.7º 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 #722F5C is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 92 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.55 |
| HSL | 319.7º | 0.42% | 0.32% | - |
| HSV(B) | 319.7º | 0.59% | 0.45% | - |
| XYZ | 9.89 | 6.38 | 10.84 | - |
| YUV | 72.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 92 | 0 | 0.59 | 0.19 | 0.55 | 319.7 | 0.42 | 0.32 |
| Hex | 72 | 2F | 5C | 0 | 3B | 13 | 37 | 140 | 2A | 20 |
| Octal | 162 | 57 | 134 | 0 | 73 | 23 | 67 | 500 | 52 | 40 |
| Binary | 1110010 | 101111 | 1011100 | 0 | 111011 | 10011 | 110111 | 101000000 | 101010 | 100000 |
Color Harmonies of #722F5C
Complementary color
Monochromatic Colors of #722F5C
Black with #722F5C
Text Example
Text Example
White with #722F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F5C; }
p { color: rgb(114,47,92); }
H1.HeaderClassName
{
color: #722F5C;
}
.AnyTagClassName
{
color: #722F5C;
}
</style>
background-color css
<style>
a { background-color: #722F5C; }
a { background-color: rgb(114,47,92); }
div.DivClassName
{
background-color: #722F5C;
}
.BgClassName
{
background-color: #722F5C;
}
</style>
border-color css
<style>
span { border-color: #722F5C; }
span { border-color: rgb(114,47,92); }
td.TdClassName
{
border-color: #722F5C;
}
.TagClassName
{
border-color: #722F5C;
}
</style>