Shades of Palatinate Purple #721D5B
Tints of Palatinate Purple #721D5B
RGB
CMYK
RGB Variations
Color information
#721D5B (or 0x721D5B) is known color: Palatinate Purple. HEX triplet: 72, 1D and 5B. RGB value is (114,29,91). Sum of RGB (Red+Green+Blue) = 114+29+91=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #721D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721D5B is #8DE2A4. Grayscale: #3D3D3D. Windows color (decimal): -9298597 or 5971314. OLE color: 5971314.
HSL color Cylindrical-coordinate representation of color #721D5B: hue angle of 316.24º degrees, saturation: 0.59, 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 #721D5B is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 29 | 91 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.55 |
| HSL | 316.24º | 0.59% | 0.28% | - |
| HSV(B) | 316.24º | 0.75% | 0.45% | - |
| XYZ | 9.27 | 5.21 | 10.42 | - |
| YUV | 61.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 91 | 0 | 0.75 | 0.20 | 0.55 | 316.24 | 0.59 | 0.28 |
| Hex | 72 | 1D | 5B | 0 | 4B | 14 | 37 | 13C | 3B | 1C |
| Octal | 162 | 35 | 133 | 0 | 113 | 24 | 67 | 474 | 73 | 34 |
| Binary | 1110010 | 11101 | 1011011 | 0 | 1001011 | 10100 | 110111 | 100111100 | 111011 | 11100 |
Color Harmonies of #721D5B
Complementary color
Monochromatic Colors of #721D5B
Black with #721D5B
Text Example
Text Example
White with #721D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721D5B; }
p { color: rgb(114,29,91); }
H1.HeaderClassName
{
color: #721D5B;
}
.AnyTagClassName
{
color: #721D5B;
}
</style>
background-color css
<style>
a { background-color: #721D5B; }
a { background-color: rgb(114,29,91); }
div.DivClassName
{
background-color: #721D5B;
}
.BgClassName
{
background-color: #721D5B;
}
</style>
border-color css
<style>
span { border-color: #721D5B; }
span { border-color: rgb(114,29,91); }
td.TdClassName
{
border-color: #721D5B;
}
.TagClassName
{
border-color: #721D5B;
}
</style>