Shades of Palatinate Purple #721F5B
Tints of Palatinate Purple #721F5B
RGB
CMYK
RGB Variations
Color information
#721F5B (or 0x721F5B) is known color: Palatinate Purple. HEX triplet: 72, 1F and 5B. RGB value is (114,31,91). Sum of RGB (Red+Green+Blue) = 114+31+91=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #721F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721F5B is #8DE0A4. Grayscale: #3E3E3E. Windows color (decimal): -9298085 or 5971826. OLE color: 5971826.
HSL color Cylindrical-coordinate representation of color #721F5B: hue angle of 316.63º 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 #721F5B is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 31 | 91 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.55 |
| HSL | 316.63º | 0.57% | 0.28% | - |
| HSV(B) | 316.63º | 0.73% | 0.45% | - |
| XYZ | 9.32 | 5.31 | 10.43 | - |
| YUV | 62.66 | 144 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 31 | 91 | 0 | 0.73 | 0.20 | 0.55 | 316.63 | 0.57 | 0.28 |
| Hex | 72 | 1F | 5B | 0 | 49 | 14 | 37 | 13D | 39 | 1C |
| Octal | 162 | 37 | 133 | 0 | 111 | 24 | 67 | 475 | 71 | 34 |
| Binary | 1110010 | 11111 | 1011011 | 0 | 1001001 | 10100 | 110111 | 100111101 | 111001 | 11100 |
Color Harmonies of #721F5B
Complementary color
Monochromatic Colors of #721F5B
Black with #721F5B
Text Example
Text Example
White with #721F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721F5B; }
p { color: rgb(114,31,91); }
H1.HeaderClassName
{
color: #721F5B;
}
.AnyTagClassName
{
color: #721F5B;
}
</style>
background-color css
<style>
a { background-color: #721F5B; }
a { background-color: rgb(114,31,91); }
div.DivClassName
{
background-color: #721F5B;
}
.BgClassName
{
background-color: #721F5B;
}
</style>
border-color css
<style>
span { border-color: #721F5B; }
span { border-color: rgb(114,31,91); }
td.TdClassName
{
border-color: #721F5B;
}
.TagClassName
{
border-color: #721F5B;
}
</style>