Shades of Palatinate Purple #721262
Tints of Palatinate Purple #721262
RGB
CMYK
RGB Variations
Color information
#721262 (or 0x721262) is known color: Palatinate Purple. HEX triplet: 72, 12 and 62. RGB value is (114,18,98). Sum of RGB (Red+Green+Blue) = 114+18+98=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #721262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721262 is #8DED9D. Grayscale: #373737. Windows color (decimal): -9301406 or 6427250. OLE color: 6427250.
HSL color Cylindrical-coordinate representation of color #721262: hue angle of 310º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721262 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 98 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.55 |
| HSL | 310º | 0.73% | 0.26% | - |
| HSV(B) | 310º | 0.84% | 0.45% | - |
| XYZ | 9.36 | 4.89 | 12.01 | - |
| YUV | 55.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 98 | 0 | 0.84 | 0.14 | 0.55 | 310 | 0.73 | 0.26 |
| Hex | 72 | 12 | 62 | 0 | 54 | E | 37 | 136 | 49 | 1A |
| Octal | 162 | 22 | 142 | 0 | 124 | 16 | 67 | 466 | 111 | 32 |
| Binary | 1110010 | 10010 | 1100010 | 0 | 1010100 | 1110 | 110111 | 100110110 | 1001001 | 11010 |
Color Harmonies of #721262
Complementary color
Monochromatic Colors of #721262
Black with #721262
Text Example
Text Example
White with #721262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721262; }
p { color: rgb(114,18,98); }
H1.HeaderClassName
{
color: #721262;
}
.AnyTagClassName
{
color: #721262;
}
</style>
background-color css
<style>
a { background-color: #721262; }
a { background-color: rgb(114,18,98); }
div.DivClassName
{
background-color: #721262;
}
.BgClassName
{
background-color: #721262;
}
</style>
border-color css
<style>
span { border-color: #721262; }
span { border-color: rgb(114,18,98); }
td.TdClassName
{
border-color: #721262;
}
.TagClassName
{
border-color: #721262;
}
</style>