Shades of Palatinate Purple #721D5C
Tints of Palatinate Purple #721D5C
RGB
CMYK
RGB Variations
Color information
#721D5C (or 0x721D5C) is known color: Palatinate Purple. HEX triplet: 72, 1D and 5C. RGB value is (114,29,92). Sum of RGB (Red+Green+Blue) = 114+29+92=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #721D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721D5C is #8DE2A3. Grayscale: #3D3D3D. Windows color (decimal): -9298596 or 6036850. OLE color: 6036850.
HSL color Cylindrical-coordinate representation of color #721D5C: hue angle of 315.53º 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 #721D5C is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 29 | 92 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.55 |
| HSL | 315.53º | 0.59% | 0.28% | - |
| HSV(B) | 315.53º | 0.75% | 0.45% | - |
| XYZ | 9.31 | 5.23 | 10.64 | - |
| YUV | 61.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 92 | 0 | 0.75 | 0.19 | 0.55 | 315.53 | 0.59 | 0.28 |
| Hex | 72 | 1D | 5C | 0 | 4B | 13 | 37 | 13C | 3B | 1C |
| Octal | 162 | 35 | 134 | 0 | 113 | 23 | 67 | 474 | 73 | 34 |
| Binary | 1110010 | 11101 | 1011100 | 0 | 1001011 | 10011 | 110111 | 100111100 | 111011 | 11100 |
Color Harmonies of #721D5C
Complementary color
Monochromatic Colors of #721D5C
Black with #721D5C
Text Example
Text Example
White with #721D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721D5C; }
p { color: rgb(114,29,92); }
H1.HeaderClassName
{
color: #721D5C;
}
.AnyTagClassName
{
color: #721D5C;
}
</style>
background-color css
<style>
a { background-color: #721D5C; }
a { background-color: rgb(114,29,92); }
div.DivClassName
{
background-color: #721D5C;
}
.BgClassName
{
background-color: #721D5C;
}
</style>
border-color css
<style>
span { border-color: #721D5C; }
span { border-color: rgb(114,29,92); }
td.TdClassName
{
border-color: #721D5C;
}
.TagClassName
{
border-color: #721D5C;
}
</style>