Shades of Palatinate Purple #721858
Tints of Palatinate Purple #721858
RGB
CMYK
RGB Variations
Color information
#721858 (or 0x721858) is known color: Palatinate Purple. HEX triplet: 72, 18 and 58. RGB value is (114,24,88). Sum of RGB (Red+Green+Blue) = 114+24+88=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #721858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721858 is #8DE7A7. Grayscale: #3A3A3A. Windows color (decimal): -9299880 or 5773426. OLE color: 5773426.
HSL color Cylindrical-coordinate representation of color #721858: hue angle of 317.33º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #721858 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 24 | 88 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.55 |
| HSL | 317.33º | 0.65% | 0.27% | - |
| HSV(B) | 317.33º | 0.79% | 0.45% | - |
| XYZ | 9.03 | 4.94 | 9.71 | - |
| YUV | 58.21 | 144.82 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 88 | 0 | 0.79 | 0.23 | 0.55 | 317.33 | 0.65 | 0.27 |
| Hex | 72 | 18 | 58 | 0 | 4F | 17 | 37 | 13D | 41 | 1B |
| Octal | 162 | 30 | 130 | 0 | 117 | 27 | 67 | 475 | 101 | 33 |
| Binary | 1110010 | 11000 | 1011000 | 0 | 1001111 | 10111 | 110111 | 100111101 | 1000001 | 11011 |
Color Harmonies of #721858
Complementary color
Monochromatic Colors of #721858
Black with #721858
Text Example
Text Example
White with #721858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721858; }
p { color: rgb(114,24,88); }
H1.HeaderClassName
{
color: #721858;
}
.AnyTagClassName
{
color: #721858;
}
</style>
background-color css
<style>
a { background-color: #721858; }
a { background-color: rgb(114,24,88); }
div.DivClassName
{
background-color: #721858;
}
.BgClassName
{
background-color: #721858;
}
</style>
border-color css
<style>
span { border-color: #721858; }
span { border-color: rgb(114,24,88); }
td.TdClassName
{
border-color: #721858;
}
.TagClassName
{
border-color: #721858;
}
</style>