Shades of Palatinate Purple #721E5D
Tints of Palatinate Purple #721E5D
RGB
CMYK
RGB Variations
Color information
#721E5D (or 0x721E5D) is known color: Palatinate Purple. HEX triplet: 72, 1E and 5D. RGB value is (114,30,93). Sum of RGB (Red+Green+Blue) = 114+30+93=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #721E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E5D is #8DE1A2. Grayscale: #3E3E3E. Windows color (decimal): -9298339 or 6102642. OLE color: 6102642.
HSL color Cylindrical-coordinate representation of color #721E5D: hue angle of 315º 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 #721E5D is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 30 | 93 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.55 |
| HSL | 315º | 0.58% | 0.28% | - |
| HSV(B) | 315º | 0.74% | 0.45% | - |
| XYZ | 9.38 | 5.3 | 10.88 | - |
| YUV | 62.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 93 | 0 | 0.74 | 0.18 | 0.55 | 315 | 0.58 | 0.28 |
| Hex | 72 | 1E | 5D | 0 | 4A | 12 | 37 | 13B | 3A | 1C |
| Octal | 162 | 36 | 135 | 0 | 112 | 22 | 67 | 473 | 72 | 34 |
| Binary | 1110010 | 11110 | 1011101 | 0 | 1001010 | 10010 | 110111 | 100111011 | 111010 | 11100 |
Color Harmonies of #721E5D
Complementary color
Monochromatic Colors of #721E5D
Black with #721E5D
Text Example
Text Example
White with #721E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721E5D; }
p { color: rgb(114,30,93); }
H1.HeaderClassName
{
color: #721E5D;
}
.AnyTagClassName
{
color: #721E5D;
}
</style>
background-color css
<style>
a { background-color: #721E5D; }
a { background-color: rgb(114,30,93); }
div.DivClassName
{
background-color: #721E5D;
}
.BgClassName
{
background-color: #721E5D;
}
</style>
border-color css
<style>
span { border-color: #721E5D; }
span { border-color: rgb(114,30,93); }
td.TdClassName
{
border-color: #721E5D;
}
.TagClassName
{
border-color: #721E5D;
}
</style>