Shades of Palatinate Purple #71315F
Tints of Palatinate Purple #71315F
RGB
CMYK
RGB Variations
Color information
#71315F (or 0x71315F) is known color: Palatinate Purple. HEX triplet: 71, 31 and 5F. RGB value is (113,49,95). Sum of RGB (Red+Green+Blue) = 113+49+95=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71315F is #8ECEA0. Grayscale: #494949. Windows color (decimal): -9359009 or 6238577. OLE color: 6238577.
HSL color Cylindrical-coordinate representation of color #71315F: hue angle of 316.88º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71315F is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 49 | 95 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.56 |
| HSL | 316.88º | 0.4% | 0.32% | - |
| HSV(B) | 316.88º | 0.57% | 0.44% | - |
| XYZ | 9.97 | 6.53 | 11.56 | - |
| YUV | 73.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 49 | 95 | 0 | 0.57 | 0.16 | 0.56 | 316.88 | 0.4 | 0.32 |
| Hex | 71 | 31 | 5F | 0 | 39 | 10 | 38 | 13D | 28 | 20 |
| Octal | 161 | 61 | 137 | 0 | 71 | 20 | 70 | 475 | 50 | 40 |
| Binary | 1110001 | 110001 | 1011111 | 0 | 111001 | 10000 | 111000 | 100111101 | 101000 | 100000 |
Color Harmonies of #71315F
Complementary color
Monochromatic Colors of #71315F
Black with #71315F
Text Example
Text Example
White with #71315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71315F; }
p { color: rgb(113,49,95); }
H1.HeaderClassName
{
color: #71315F;
}
.AnyTagClassName
{
color: #71315F;
}
</style>
background-color css
<style>
a { background-color: #71315F; }
a { background-color: rgb(113,49,95); }
div.DivClassName
{
background-color: #71315F;
}
.BgClassName
{
background-color: #71315F;
}
</style>
border-color css
<style>
span { border-color: #71315F; }
span { border-color: rgb(113,49,95); }
td.TdClassName
{
border-color: #71315F;
}
.TagClassName
{
border-color: #71315F;
}
</style>