Shades of Palatinate Purple #71156D
Tints of Palatinate Purple #71156D
RGB
CMYK
RGB Variations
Color information
#71156D (or 0x71156D) is known color: Palatinate Purple. HEX triplet: 71, 15 and 6D. RGB value is (113,21,109). Sum of RGB (Red+Green+Blue) = 113+21+109=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71156D is #8EEA92. Grayscale: #3A3A3A. Windows color (decimal): -9366163 or 7148913. OLE color: 7148913.
HSL color Cylindrical-coordinate representation of color #71156D: hue angle of 302.61º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71156D is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 21 | 109 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.56 |
| HSL | 302.61º | 0.69% | 0.26% | - |
| HSV(B) | 302.61º | 0.81% | 0.44% | - |
| XYZ | 9.84 | 5.15 | 14.94 | - |
| YUV | 58.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 21 | 109 | 0 | 0.81 | 0.04 | 0.56 | 302.61 | 0.69 | 0.26 |
| Hex | 71 | 15 | 6D | 0 | 51 | 4 | 38 | 12F | 45 | 1A |
| Octal | 161 | 25 | 155 | 0 | 121 | 4 | 70 | 457 | 105 | 32 |
| Binary | 1110001 | 10101 | 1101101 | 0 | 1010001 | 100 | 111000 | 100101111 | 1000101 | 11010 |
Color Harmonies of #71156D
Complementary color
Monochromatic Colors of #71156D
Black with #71156D
Text Example
Text Example
White with #71156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71156D; }
p { color: rgb(113,21,109); }
H1.HeaderClassName
{
color: #71156D;
}
.AnyTagClassName
{
color: #71156D;
}
</style>
background-color css
<style>
a { background-color: #71156D; }
a { background-color: rgb(113,21,109); }
div.DivClassName
{
background-color: #71156D;
}
.BgClassName
{
background-color: #71156D;
}
</style>
border-color css
<style>
span { border-color: #71156D; }
span { border-color: rgb(113,21,109); }
td.TdClassName
{
border-color: #71156D;
}
.TagClassName
{
border-color: #71156D;
}
</style>