Shades of Palatinate Purple #71315A
Tints of Palatinate Purple #71315A
RGB
CMYK
RGB Variations
Color information
#71315A (or 0x71315A) is known color: Palatinate Purple. HEX triplet: 71, 31 and 5A. RGB value is (113,49,90). Sum of RGB (Red+Green+Blue) = 113+49+90=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #71315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71315A is #8ECEA5. Grayscale: #484848. Windows color (decimal): -9359014 or 5910897. OLE color: 5910897.
HSL color Cylindrical-coordinate representation of color #71315A: hue angle of 321.56º 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 #71315A is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 49 | 90 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.56 |
| HSL | 321.56º | 0.4% | 0.32% | - |
| HSV(B) | 321.56º | 0.57% | 0.44% | - |
| XYZ | 9.75 | 6.45 | 10.4 | - |
| YUV | 72.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 49 | 90 | 0 | 0.57 | 0.20 | 0.56 | 321.56 | 0.4 | 0.32 |
| Hex | 71 | 31 | 5A | 0 | 39 | 14 | 38 | 142 | 28 | 20 |
| Octal | 161 | 61 | 132 | 0 | 71 | 24 | 70 | 502 | 50 | 40 |
| Binary | 1110001 | 110001 | 1011010 | 0 | 111001 | 10100 | 111000 | 101000010 | 101000 | 100000 |
Color Harmonies of #71315A
Complementary color
Monochromatic Colors of #71315A
Black with #71315A
Text Example
Text Example
White with #71315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71315A; }
p { color: rgb(113,49,90); }
H1.HeaderClassName
{
color: #71315A;
}
.AnyTagClassName
{
color: #71315A;
}
</style>
background-color css
<style>
a { background-color: #71315A; }
a { background-color: rgb(113,49,90); }
div.DivClassName
{
background-color: #71315A;
}
.BgClassName
{
background-color: #71315A;
}
</style>
border-color css
<style>
span { border-color: #71315A; }
span { border-color: rgb(113,49,90); }
td.TdClassName
{
border-color: #71315A;
}
.TagClassName
{
border-color: #71315A;
}
</style>