Shades of Palatinate Purple #71145D
Tints of Palatinate Purple #71145D
RGB
CMYK
RGB Variations
Color information
#71145D (or 0x71145D) is known color: Palatinate Purple. HEX triplet: 71, 14 and 5D. RGB value is (113,20,93). Sum of RGB (Red+Green+Blue) = 113+20+93=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71145D is #8EEBA2. Grayscale: #373737. Windows color (decimal): -9366435 or 6100081. OLE color: 6100081.
HSL color Cylindrical-coordinate representation of color #71145D: hue angle of 312.9º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71145D is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 20 | 93 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.56 |
| HSL | 312.9º | 0.7% | 0.26% | - |
| HSV(B) | 312.9º | 0.82% | 0.44% | - |
| XYZ | 9.04 | 4.8 | 10.81 | - |
| YUV | 56.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 93 | 0 | 0.82 | 0.18 | 0.56 | 312.9 | 0.7 | 0.26 |
| Hex | 71 | 14 | 5D | 0 | 52 | 12 | 38 | 139 | 46 | 1A |
| Octal | 161 | 24 | 135 | 0 | 122 | 22 | 70 | 471 | 106 | 32 |
| Binary | 1110001 | 10100 | 1011101 | 0 | 1010010 | 10010 | 111000 | 100111001 | 1000110 | 11010 |
Color Harmonies of #71145D
Complementary color
Monochromatic Colors of #71145D
Black with #71145D
Text Example
Text Example
White with #71145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71145D; }
p { color: rgb(113,20,93); }
H1.HeaderClassName
{
color: #71145D;
}
.AnyTagClassName
{
color: #71145D;
}
</style>
background-color css
<style>
a { background-color: #71145D; }
a { background-color: rgb(113,20,93); }
div.DivClassName
{
background-color: #71145D;
}
.BgClassName
{
background-color: #71145D;
}
</style>
border-color css
<style>
span { border-color: #71145D; }
span { border-color: rgb(113,20,93); }
td.TdClassName
{
border-color: #71145D;
}
.TagClassName
{
border-color: #71145D;
}
</style>