Shades of Palatinate Purple #711563
Tints of Palatinate Purple #711563
RGB
CMYK
RGB Variations
Color information
#711563 (or 0x711563) is known color: Palatinate Purple. HEX triplet: 71, 15 and 63. RGB value is (113,21,99). Sum of RGB (Red+Green+Blue) = 113+21+99=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #711563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711563 is #8EEA9C. Grayscale: #393939. Windows color (decimal): -9366173 or 6493553. OLE color: 6493553.
HSL color Cylindrical-coordinate representation of color #711563: hue angle of 309.13º 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 #711563 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 21 | 99 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.56 |
| HSL | 309.13º | 0.69% | 0.26% | - |
| HSV(B) | 309.13º | 0.81% | 0.44% | - |
| XYZ | 9.33 | 4.95 | 12.27 | - |
| YUV | 57.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 21 | 99 | 0 | 0.81 | 0.12 | 0.56 | 309.13 | 0.69 | 0.26 |
| Hex | 71 | 15 | 63 | 0 | 51 | C | 38 | 135 | 45 | 1A |
| Octal | 161 | 25 | 143 | 0 | 121 | 14 | 70 | 465 | 105 | 32 |
| Binary | 1110001 | 10101 | 1100011 | 0 | 1010001 | 1100 | 111000 | 100110101 | 1000101 | 11010 |
Color Harmonies of #711563
Complementary color
Monochromatic Colors of #711563
Black with #711563
Text Example
Text Example
White with #711563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711563; }
p { color: rgb(113,21,99); }
H1.HeaderClassName
{
color: #711563;
}
.AnyTagClassName
{
color: #711563;
}
</style>
background-color css
<style>
a { background-color: #711563; }
a { background-color: rgb(113,21,99); }
div.DivClassName
{
background-color: #711563;
}
.BgClassName
{
background-color: #711563;
}
</style>
border-color css
<style>
span { border-color: #711563; }
span { border-color: rgb(113,21,99); }
td.TdClassName
{
border-color: #711563;
}
.TagClassName
{
border-color: #711563;
}
</style>