Shades of Palatinate Purple #721C5E
Tints of Palatinate Purple #721C5E
RGB
CMYK
RGB Variations
Color information
#721C5E (or 0x721C5E) is known color: Palatinate Purple. HEX triplet: 72, 1C and 5E. RGB value is (114,28,94). Sum of RGB (Red+Green+Blue) = 114+28+94=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #721C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721C5E is #8DE3A1. Grayscale: #3D3D3D. Windows color (decimal): -9298850 or 6167666. OLE color: 6167666.
HSL color Cylindrical-coordinate representation of color #721C5E: hue angle of 313.95º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721C5E is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 28 | 94 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.55 |
| HSL | 313.95º | 0.61% | 0.28% | - |
| HSV(B) | 313.95º | 0.75% | 0.45% | - |
| XYZ | 9.38 | 5.22 | 11.1 | - |
| YUV | 61.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 94 | 0 | 0.75 | 0.18 | 0.55 | 313.95 | 0.61 | 0.28 |
| Hex | 72 | 1C | 5E | 0 | 4B | 12 | 37 | 13A | 3D | 1C |
| Octal | 162 | 34 | 136 | 0 | 113 | 22 | 67 | 472 | 75 | 34 |
| Binary | 1110010 | 11100 | 1011110 | 0 | 1001011 | 10010 | 110111 | 100111010 | 111101 | 11100 |
Color Harmonies of #721C5E
Complementary color
Monochromatic Colors of #721C5E
Black with #721C5E
Text Example
Text Example
White with #721C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721C5E; }
p { color: rgb(114,28,94); }
H1.HeaderClassName
{
color: #721C5E;
}
.AnyTagClassName
{
color: #721C5E;
}
</style>
background-color css
<style>
a { background-color: #721C5E; }
a { background-color: rgb(114,28,94); }
div.DivClassName
{
background-color: #721C5E;
}
.BgClassName
{
background-color: #721C5E;
}
</style>
border-color css
<style>
span { border-color: #721C5E; }
span { border-color: rgb(114,28,94); }
td.TdClassName
{
border-color: #721C5E;
}
.TagClassName
{
border-color: #721C5E;
}
</style>