Shades of Palatinate Purple #722E5C
Tints of Palatinate Purple #722E5C
RGB
CMYK
RGB Variations
Color information
#722E5C (or 0x722E5C) is known color: Palatinate Purple. HEX triplet: 72, 2E and 5C. RGB value is (114,46,92). Sum of RGB (Red+Green+Blue) = 114+46+92=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #722E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E5C is #8DD1A3. Grayscale: #474747. Windows color (decimal): -9294244 or 6041202. OLE color: 6041202.
HSL color Cylindrical-coordinate representation of color #722E5C: hue angle of 319.41º 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 #722E5C is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 92 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.55 |
| HSL | 319.41º | 0.43% | 0.31% | - |
| HSV(B) | 319.41º | 0.6% | 0.45% | - |
| XYZ | 9.85 | 6.3 | 10.82 | - |
| YUV | 71.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 92 | 0 | 0.60 | 0.19 | 0.55 | 319.41 | 0.43 | 0.31 |
| Hex | 72 | 2E | 5C | 0 | 3C | 13 | 37 | 13F | 2A | 1F |
| Octal | 162 | 56 | 134 | 0 | 74 | 23 | 67 | 477 | 52 | 37 |
| Binary | 1110010 | 101110 | 1011100 | 0 | 111100 | 10011 | 110111 | 100111111 | 101010 | 11111 |
Color Harmonies of #722E5C
Complementary color
Monochromatic Colors of #722E5C
Black with #722E5C
Text Example
Text Example
White with #722E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E5C; }
p { color: rgb(114,46,92); }
H1.HeaderClassName
{
color: #722E5C;
}
.AnyTagClassName
{
color: #722E5C;
}
</style>
background-color css
<style>
a { background-color: #722E5C; }
a { background-color: rgb(114,46,92); }
div.DivClassName
{
background-color: #722E5C;
}
.BgClassName
{
background-color: #722E5C;
}
</style>
border-color css
<style>
span { border-color: #722E5C; }
span { border-color: rgb(114,46,92); }
td.TdClassName
{
border-color: #722E5C;
}
.TagClassName
{
border-color: #722E5C;
}
</style>