Shades of Palatinate Purple #711763
Tints of Palatinate Purple #711763
RGB
CMYK
RGB Variations
Color information
#711763 (or 0x711763) is known color: Palatinate Purple. HEX triplet: 71, 17 and 63. RGB value is (113,23,99). Sum of RGB (Red+Green+Blue) = 113+23+99=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #711763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711763 is #8EE89C. Grayscale: #3A3A3A. Windows color (decimal): -9365661 or 6494065. OLE color: 6494065.
HSL color Cylindrical-coordinate representation of color #711763: hue angle of 309.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711763 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 23 | 99 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.56 |
| HSL | 309.33º | 0.66% | 0.27% | - |
| HSV(B) | 309.33º | 0.8% | 0.44% | - |
| XYZ | 9.37 | 5.02 | 12.28 | - |
| YUV | 58.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 99 | 0 | 0.80 | 0.12 | 0.56 | 309.33 | 0.66 | 0.27 |
| Hex | 71 | 17 | 63 | 0 | 50 | C | 38 | 135 | 42 | 1B |
| Octal | 161 | 27 | 143 | 0 | 120 | 14 | 70 | 465 | 102 | 33 |
| Binary | 1110001 | 10111 | 1100011 | 0 | 1010000 | 1100 | 111000 | 100110101 | 1000010 | 11011 |
Color Harmonies of #711763
Complementary color
Monochromatic Colors of #711763
Black with #711763
Text Example
Text Example
White with #711763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711763; }
p { color: rgb(113,23,99); }
H1.HeaderClassName
{
color: #711763;
}
.AnyTagClassName
{
color: #711763;
}
</style>
background-color css
<style>
a { background-color: #711763; }
a { background-color: rgb(113,23,99); }
div.DivClassName
{
background-color: #711763;
}
.BgClassName
{
background-color: #711763;
}
</style>
border-color css
<style>
span { border-color: #711763; }
span { border-color: rgb(113,23,99); }
td.TdClassName
{
border-color: #711763;
}
.TagClassName
{
border-color: #711763;
}
</style>