Shades of Palatinate Purple #721068
Tints of Palatinate Purple #721068
RGB
CMYK
RGB Variations
Color information
#721068 (or 0x721068) is known color: Palatinate Purple. HEX triplet: 72, 10 and 68. RGB value is (114,16,104). Sum of RGB (Red+Green+Blue) = 114+16+104=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #721068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721068 is #8DEF97. Grayscale: #373737. Windows color (decimal): -9301912 or 6819954. OLE color: 6819954.
HSL color Cylindrical-coordinate representation of color #721068: hue angle of 306.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721068 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 16 | 104 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.55 |
| HSL | 306.12º | 0.75% | 0.25% | - |
| HSV(B) | 306.12º | 0.86% | 0.45% | - |
| XYZ | 9.62 | 4.95 | 13.54 | - |
| YUV | 55.33 | 155.47 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 104 | 0 | 0.86 | 0.09 | 0.55 | 306.12 | 0.75 | 0.25 |
| Hex | 72 | 10 | 68 | 0 | 56 | 9 | 37 | 132 | 4B | 19 |
| Octal | 162 | 20 | 150 | 0 | 126 | 11 | 67 | 462 | 113 | 31 |
| Binary | 1110010 | 10000 | 1101000 | 0 | 1010110 | 1001 | 110111 | 100110010 | 1001011 | 11001 |
Color Harmonies of #721068
Complementary color
Monochromatic Colors of #721068
Black with #721068
Text Example
Text Example
White with #721068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721068; }
p { color: rgb(114,16,104); }
H1.HeaderClassName
{
color: #721068;
}
.AnyTagClassName
{
color: #721068;
}
</style>
background-color css
<style>
a { background-color: #721068; }
a { background-color: rgb(114,16,104); }
div.DivClassName
{
background-color: #721068;
}
.BgClassName
{
background-color: #721068;
}
</style>
border-color css
<style>
span { border-color: #721068; }
span { border-color: rgb(114,16,104); }
td.TdClassName
{
border-color: #721068;
}
.TagClassName
{
border-color: #721068;
}
</style>