Shades of Palatinate Purple #721E62
Tints of Palatinate Purple #721E62
RGB
CMYK
RGB Variations
Color information
#721E62 (or 0x721E62) is known color: Palatinate Purple. HEX triplet: 72, 1E and 62. RGB value is (114,30,98). Sum of RGB (Red+Green+Blue) = 114+30+98=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #721E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E62 is #8DE19D. Grayscale: #3E3E3E. Windows color (decimal): -9298334 or 6430322. OLE color: 6430322.
HSL color Cylindrical-coordinate representation of color #721E62: hue angle of 311.43º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E62 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 30 | 98 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.55 |
| HSL | 311.43º | 0.58% | 0.28% | - |
| HSV(B) | 311.43º | 0.74% | 0.45% | - |
| XYZ | 9.61 | 5.39 | 12.09 | - |
| YUV | 62.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 98 | 0 | 0.74 | 0.14 | 0.55 | 311.43 | 0.58 | 0.28 |
| Hex | 72 | 1E | 62 | 0 | 4A | E | 37 | 137 | 3A | 1C |
| Octal | 162 | 36 | 142 | 0 | 112 | 16 | 67 | 467 | 72 | 34 |
| Binary | 1110010 | 11110 | 1100010 | 0 | 1001010 | 1110 | 110111 | 100110111 | 111010 | 11100 |
Color Harmonies of #721E62
Complementary color
Monochromatic Colors of #721E62
Black with #721E62
Text Example
Text Example
White with #721E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721E62; }
p { color: rgb(114,30,98); }
H1.HeaderClassName
{
color: #721E62;
}
.AnyTagClassName
{
color: #721E62;
}
</style>
background-color css
<style>
a { background-color: #721E62; }
a { background-color: rgb(114,30,98); }
div.DivClassName
{
background-color: #721E62;
}
.BgClassName
{
background-color: #721E62;
}
</style>
border-color css
<style>
span { border-color: #721E62; }
span { border-color: rgb(114,30,98); }
td.TdClassName
{
border-color: #721E62;
}
.TagClassName
{
border-color: #721E62;
}
</style>