Shades of Palatinate Purple #71115D
Tints of Palatinate Purple #71115D
RGB
CMYK
RGB Variations
Color information
#71115D (or 0x71115D) is known color: Palatinate Purple. HEX triplet: 71, 11 and 5D. RGB value is (113,17,93). Sum of RGB (Red+Green+Blue) = 113+17+93=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71115D is #8EEEA2. Grayscale: #363636. Windows color (decimal): -9367203 or 6099313. OLE color: 6099313.
HSL color Cylindrical-coordinate representation of color #71115D: hue angle of 312.5º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71115D is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 17 | 93 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.56 |
| HSL | 312.5º | 0.74% | 0.25% | - |
| HSV(B) | 312.5º | 0.85% | 0.44% | - |
| XYZ | 8.99 | 4.7 | 10.79 | - |
| YUV | 54.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 17 | 93 | 0 | 0.85 | 0.18 | 0.56 | 312.5 | 0.74 | 0.25 |
| Hex | 71 | 11 | 5D | 0 | 55 | 12 | 38 | 138 | 4A | 19 |
| Octal | 161 | 21 | 135 | 0 | 125 | 22 | 70 | 470 | 112 | 31 |
| Binary | 1110001 | 10001 | 1011101 | 0 | 1010101 | 10010 | 111000 | 100111000 | 1001010 | 11001 |
Color Harmonies of #71115D
Complementary color
Monochromatic Colors of #71115D
Black with #71115D
Text Example
Text Example
White with #71115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71115D; }
p { color: rgb(113,17,93); }
H1.HeaderClassName
{
color: #71115D;
}
.AnyTagClassName
{
color: #71115D;
}
</style>
background-color css
<style>
a { background-color: #71115D; }
a { background-color: rgb(113,17,93); }
div.DivClassName
{
background-color: #71115D;
}
.BgClassName
{
background-color: #71115D;
}
</style>
border-color css
<style>
span { border-color: #71115D; }
span { border-color: rgb(113,17,93); }
td.TdClassName
{
border-color: #71115D;
}
.TagClassName
{
border-color: #71115D;
}
</style>