Shades of Palatinate Purple #721C69
Tints of Palatinate Purple #721C69
RGB
CMYK
RGB Variations
Color information
#721C69 (or 0x721C69) is known color: Palatinate Purple. HEX triplet: 72, 1C and 69. RGB value is (114,28,105). Sum of RGB (Red+Green+Blue) = 114+28+105=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #721C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721C69 is #8DE396. Grayscale: #3E3E3E. Windows color (decimal): -9298839 or 6888562. OLE color: 6888562.
HSL color Cylindrical-coordinate representation of color #721C69: hue angle of 306.28º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721C69 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 28 | 105 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.55 |
| HSL | 306.28º | 0.61% | 0.28% | - |
| HSV(B) | 306.28º | 0.75% | 0.45% | - |
| XYZ | 9.9 | 5.43 | 13.89 | - |
| YUV | 62.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 105 | 0 | 0.75 | 0.08 | 0.55 | 306.28 | 0.61 | 0.28 |
| Hex | 72 | 1C | 69 | 0 | 4B | 8 | 37 | 132 | 3D | 1C |
| Octal | 162 | 34 | 151 | 0 | 113 | 10 | 67 | 462 | 75 | 34 |
| Binary | 1110010 | 11100 | 1101001 | 0 | 1001011 | 1000 | 110111 | 100110010 | 111101 | 11100 |
Color Harmonies of #721C69
Complementary color
Monochromatic Colors of #721C69
Black with #721C69
Text Example
Text Example
White with #721C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721C69; }
p { color: rgb(114,28,105); }
H1.HeaderClassName
{
color: #721C69;
}
.AnyTagClassName
{
color: #721C69;
}
</style>
background-color css
<style>
a { background-color: #721C69; }
a { background-color: rgb(114,28,105); }
div.DivClassName
{
background-color: #721C69;
}
.BgClassName
{
background-color: #721C69;
}
</style>
border-color css
<style>
span { border-color: #721C69; }
span { border-color: rgb(114,28,105); }
td.TdClassName
{
border-color: #721C69;
}
.TagClassName
{
border-color: #721C69;
}
</style>