Shades of Palatinate Purple #721A69
Tints of Palatinate Purple #721A69
RGB
CMYK
RGB Variations
Color information
#721A69 (or 0x721A69) is known color: Palatinate Purple. HEX triplet: 72, 1A and 69. RGB value is (114,26,105). Sum of RGB (Red+Green+Blue) = 114+26+105=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #721A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A69 is #8DE596. Grayscale: #3D3D3D. Windows color (decimal): -9299351 or 6888050. OLE color: 6888050.
HSL color Cylindrical-coordinate representation of color #721A69: hue angle of 306.14º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A69 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 26 | 105 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.55 |
| HSL | 306.14º | 0.63% | 0.27% | - |
| HSV(B) | 306.14º | 0.77% | 0.45% | - |
| XYZ | 9.86 | 5.34 | 13.87 | - |
| YUV | 61.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 105 | 0 | 0.77 | 0.08 | 0.55 | 306.14 | 0.63 | 0.27 |
| Hex | 72 | 1A | 69 | 0 | 4D | 8 | 37 | 132 | 3F | 1B |
| Octal | 162 | 32 | 151 | 0 | 115 | 10 | 67 | 462 | 77 | 33 |
| Binary | 1110010 | 11010 | 1101001 | 0 | 1001101 | 1000 | 110111 | 100110010 | 111111 | 11011 |
Color Harmonies of #721A69
Complementary color
Monochromatic Colors of #721A69
Black with #721A69
Text Example
Text Example
White with #721A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721A69; }
p { color: rgb(114,26,105); }
H1.HeaderClassName
{
color: #721A69;
}
.AnyTagClassName
{
color: #721A69;
}
</style>
background-color css
<style>
a { background-color: #721A69; }
a { background-color: rgb(114,26,105); }
div.DivClassName
{
background-color: #721A69;
}
.BgClassName
{
background-color: #721A69;
}
</style>
border-color css
<style>
span { border-color: #721A69; }
span { border-color: rgb(114,26,105); }
td.TdClassName
{
border-color: #721A69;
}
.TagClassName
{
border-color: #721A69;
}
</style>