Shades of Palatinate Purple #721E6D
Tints of Palatinate Purple #721E6D
RGB
CMYK
RGB Variations
Color information
#721E6D (or 0x721E6D) is known color: Palatinate Purple. HEX triplet: 72, 1E and 6D. RGB value is (114,30,109). Sum of RGB (Red+Green+Blue) = 114+30+109=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #721E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E6D is #8DE192. Grayscale: #3F3F3F. Windows color (decimal): -9298323 or 7151218. OLE color: 7151218.
HSL color Cylindrical-coordinate representation of color #721E6D: hue angle of 303.57º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E6D is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 30 | 109 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.55 |
| HSL | 303.57º | 0.58% | 0.28% | - |
| HSV(B) | 303.57º | 0.74% | 0.45% | - |
| XYZ | 10.16 | 5.61 | 15.02 | - |
| YUV | 64.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 109 | 0 | 0.74 | 0.04 | 0.55 | 303.57 | 0.58 | 0.28 |
| Hex | 72 | 1E | 6D | 0 | 4A | 4 | 37 | 130 | 3A | 1C |
| Octal | 162 | 36 | 155 | 0 | 112 | 4 | 67 | 460 | 72 | 34 |
| Binary | 1110010 | 11110 | 1101101 | 0 | 1001010 | 100 | 110111 | 100110000 | 111010 | 11100 |
Color Harmonies of #721E6D
Complementary color
Monochromatic Colors of #721E6D
Black with #721E6D
Text Example
Text Example
White with #721E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721E6D; }
p { color: rgb(114,30,109); }
H1.HeaderClassName
{
color: #721E6D;
}
.AnyTagClassName
{
color: #721E6D;
}
</style>
background-color css
<style>
a { background-color: #721E6D; }
a { background-color: rgb(114,30,109); }
div.DivClassName
{
background-color: #721E6D;
}
.BgClassName
{
background-color: #721E6D;
}
</style>
border-color css
<style>
span { border-color: #721E6D; }
span { border-color: rgb(114,30,109); }
td.TdClassName
{
border-color: #721E6D;
}
.TagClassName
{
border-color: #721E6D;
}
</style>