Shades of Palatinate Purple #721F69
Tints of Palatinate Purple #721F69
RGB
CMYK
RGB Variations
Color information
#721F69 (or 0x721F69) is known color: Palatinate Purple. HEX triplet: 72, 1F and 69. RGB value is (114,31,105). Sum of RGB (Red+Green+Blue) = 114+31+105=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #721F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721F69 is #8DE096. Grayscale: #404040. Windows color (decimal): -9298071 or 6889330. OLE color: 6889330.
HSL color Cylindrical-coordinate representation of color #721F69: hue angle of 306.51º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #721F69 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 31 | 105 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.55 |
| HSL | 306.51º | 0.57% | 0.28% | - |
| HSV(B) | 306.51º | 0.73% | 0.45% | - |
| XYZ | 9.98 | 5.58 | 13.92 | - |
| YUV | 64.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 31 | 105 | 0 | 0.73 | 0.08 | 0.55 | 306.51 | 0.57 | 0.28 |
| Hex | 72 | 1F | 69 | 0 | 49 | 8 | 37 | 133 | 39 | 1C |
| Octal | 162 | 37 | 151 | 0 | 111 | 10 | 67 | 463 | 71 | 34 |
| Binary | 1110010 | 11111 | 1101001 | 0 | 1001001 | 1000 | 110111 | 100110011 | 111001 | 11100 |
Color Harmonies of #721F69
Complementary color
Monochromatic Colors of #721F69
Black with #721F69
Text Example
Text Example
White with #721F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721F69; }
p { color: rgb(114,31,105); }
H1.HeaderClassName
{
color: #721F69;
}
.AnyTagClassName
{
color: #721F69;
}
</style>
background-color css
<style>
a { background-color: #721F69; }
a { background-color: rgb(114,31,105); }
div.DivClassName
{
background-color: #721F69;
}
.BgClassName
{
background-color: #721F69;
}
</style>
border-color css
<style>
span { border-color: #721F69; }
span { border-color: rgb(114,31,105); }
td.TdClassName
{
border-color: #721F69;
}
.TagClassName
{
border-color: #721F69;
}
</style>