Shades of Palatinate Purple #721164
Tints of Palatinate Purple #721164
RGB
CMYK
RGB Variations
Color information
#721164 (or 0x721164) is known color: Palatinate Purple. HEX triplet: 72, 11 and 64. RGB value is (114,17,100). Sum of RGB (Red+Green+Blue) = 114+17+100=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #721164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721164 is #8DEE9B. Grayscale: #373737. Windows color (decimal): -9301660 or 6558066. OLE color: 6558066.
HSL color Cylindrical-coordinate representation of color #721164: hue angle of 308.66º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721164 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 17 | 100 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.55 |
| HSL | 308.66º | 0.74% | 0.26% | - |
| HSV(B) | 308.66º | 0.85% | 0.45% | - |
| XYZ | 9.44 | 4.9 | 12.5 | - |
| YUV | 55.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 100 | 0 | 0.85 | 0.12 | 0.55 | 308.66 | 0.74 | 0.26 |
| Hex | 72 | 11 | 64 | 0 | 55 | C | 37 | 135 | 4A | 1A |
| Octal | 162 | 21 | 144 | 0 | 125 | 14 | 67 | 465 | 112 | 32 |
| Binary | 1110010 | 10001 | 1100100 | 0 | 1010101 | 1100 | 110111 | 100110101 | 1001010 | 11010 |
Color Harmonies of #721164
Complementary color
Monochromatic Colors of #721164
Black with #721164
Text Example
Text Example
White with #721164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721164; }
p { color: rgb(114,17,100); }
H1.HeaderClassName
{
color: #721164;
}
.AnyTagClassName
{
color: #721164;
}
</style>
background-color css
<style>
a { background-color: #721164; }
a { background-color: rgb(114,17,100); }
div.DivClassName
{
background-color: #721164;
}
.BgClassName
{
background-color: #721164;
}
</style>
border-color css
<style>
span { border-color: #721164; }
span { border-color: rgb(114,17,100); }
td.TdClassName
{
border-color: #721164;
}
.TagClassName
{
border-color: #721164;
}
</style>