Shades of Palatinate Purple #721F5A
Tints of Palatinate Purple #721F5A
RGB
CMYK
RGB Variations
Color information
#721F5A (or 0x721F5A) is known color: Palatinate Purple. HEX triplet: 72, 1F and 5A. RGB value is (114,31,90). Sum of RGB (Red+Green+Blue) = 114+31+90=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #721F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721F5A is #8DE0A5. Grayscale: #3E3E3E. Windows color (decimal): -9298086 or 5906290. OLE color: 5906290.
HSL color Cylindrical-coordinate representation of color #721F5A: hue angle of 317.35º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #721F5A is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 31 | 90 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.55 |
| HSL | 317.35º | 0.57% | 0.28% | - |
| HSV(B) | 317.35º | 0.73% | 0.45% | - |
| XYZ | 9.27 | 5.3 | 10.21 | - |
| YUV | 62.54 | 143.5 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 31 | 90 | 0 | 0.73 | 0.21 | 0.55 | 317.35 | 0.57 | 0.28 |
| Hex | 72 | 1F | 5A | 0 | 49 | 15 | 37 | 13D | 39 | 1C |
| Octal | 162 | 37 | 132 | 0 | 111 | 25 | 67 | 475 | 71 | 34 |
| Binary | 1110010 | 11111 | 1011010 | 0 | 1001001 | 10101 | 110111 | 100111101 | 111001 | 11100 |
Color Harmonies of #721F5A
Complementary color
Monochromatic Colors of #721F5A
Black with #721F5A
Text Example
Text Example
White with #721F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721F5A; }
p { color: rgb(114,31,90); }
H1.HeaderClassName
{
color: #721F5A;
}
.AnyTagClassName
{
color: #721F5A;
}
</style>
background-color css
<style>
a { background-color: #721F5A; }
a { background-color: rgb(114,31,90); }
div.DivClassName
{
background-color: #721F5A;
}
.BgClassName
{
background-color: #721F5A;
}
</style>
border-color css
<style>
span { border-color: #721F5A; }
span { border-color: rgb(114,31,90); }
td.TdClassName
{
border-color: #721F5A;
}
.TagClassName
{
border-color: #721F5A;
}
</style>