Shades of Palatinate Purple #71205D
Tints of Palatinate Purple #71205D
RGB
CMYK
RGB Variations
Color information
#71205D (or 0x71205D) is known color: Palatinate Purple. HEX triplet: 71, 20 and 5D. RGB value is (113,32,93). Sum of RGB (Red+Green+Blue) = 113+32+93=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #71205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71205D is #8EDFA2. Grayscale: #3F3F3F. Windows color (decimal): -9363363 or 6103153. OLE color: 6103153.
HSL color Cylindrical-coordinate representation of color #71205D: hue angle of 314.81º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71205D is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 32 | 93 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.56 |
| HSL | 314.81º | 0.56% | 0.28% | - |
| HSV(B) | 314.81º | 0.72% | 0.44% | - |
| XYZ | 9.3 | 5.33 | 10.9 | - |
| YUV | 63.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 93 | 0 | 0.72 | 0.18 | 0.56 | 314.81 | 0.56 | 0.28 |
| Hex | 71 | 20 | 5D | 0 | 48 | 12 | 38 | 13B | 38 | 1C |
| Octal | 161 | 40 | 135 | 0 | 110 | 22 | 70 | 473 | 70 | 34 |
| Binary | 1110001 | 100000 | 1011101 | 0 | 1001000 | 10010 | 111000 | 100111011 | 111000 | 11100 |
Color Harmonies of #71205D
Complementary color
Monochromatic Colors of #71205D
Black with #71205D
Text Example
Text Example
White with #71205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71205D; }
p { color: rgb(113,32,93); }
H1.HeaderClassName
{
color: #71205D;
}
.AnyTagClassName
{
color: #71205D;
}
</style>
background-color css
<style>
a { background-color: #71205D; }
a { background-color: rgb(113,32,93); }
div.DivClassName
{
background-color: #71205D;
}
.BgClassName
{
background-color: #71205D;
}
</style>
border-color css
<style>
span { border-color: #71205D; }
span { border-color: rgb(113,32,93); }
td.TdClassName
{
border-color: #71205D;
}
.TagClassName
{
border-color: #71205D;
}
</style>