Shades of Palatinate Purple #71136D
Tints of Palatinate Purple #71136D
RGB
CMYK
RGB Variations
Color information
#71136D (or 0x71136D) is known color: Palatinate Purple. HEX triplet: 71, 13 and 6D. RGB value is (113,19,109). Sum of RGB (Red+Green+Blue) = 113+19+109=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #71136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71136D is #8EEC92. Grayscale: #393939. Windows color (decimal): -9366675 or 7148401. OLE color: 7148401.
HSL color Cylindrical-coordinate representation of color #71136D: hue angle of 302.55º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71136D is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 19 | 109 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.56 |
| HSL | 302.55º | 0.71% | 0.26% | - |
| HSV(B) | 302.55º | 0.83% | 0.44% | - |
| XYZ | 9.8 | 5.08 | 14.93 | - |
| YUV | 57.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 19 | 109 | 0 | 0.83 | 0.04 | 0.56 | 302.55 | 0.71 | 0.26 |
| Hex | 71 | 13 | 6D | 0 | 53 | 4 | 38 | 12F | 47 | 1A |
| Octal | 161 | 23 | 155 | 0 | 123 | 4 | 70 | 457 | 107 | 32 |
| Binary | 1110001 | 10011 | 1101101 | 0 | 1010011 | 100 | 111000 | 100101111 | 1000111 | 11010 |
Color Harmonies of #71136D
Complementary color
Monochromatic Colors of #71136D
Black with #71136D
Text Example
Text Example
White with #71136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71136D; }
p { color: rgb(113,19,109); }
H1.HeaderClassName
{
color: #71136D;
}
.AnyTagClassName
{
color: #71136D;
}
</style>
background-color css
<style>
a { background-color: #71136D; }
a { background-color: rgb(113,19,109); }
div.DivClassName
{
background-color: #71136D;
}
.BgClassName
{
background-color: #71136D;
}
</style>
border-color css
<style>
span { border-color: #71136D; }
span { border-color: rgb(113,19,109); }
td.TdClassName
{
border-color: #71136D;
}
.TagClassName
{
border-color: #71136D;
}
</style>