Shades of Palatinate Purple #711D62
Tints of Palatinate Purple #711D62
RGB
CMYK
RGB Variations
Color information
#711D62 (or 0x711D62) is known color: Palatinate Purple. HEX triplet: 71, 1D and 62. RGB value is (113,29,98). Sum of RGB (Red+Green+Blue) = 113+29+98=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #711D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711D62 is #8EE29D. Grayscale: #3D3D3D. Windows color (decimal): -9364126 or 6430065. OLE color: 6430065.
HSL color Cylindrical-coordinate representation of color #711D62: hue angle of 310.71º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #711D62 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 98 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.56 |
| HSL | 310.71º | 0.59% | 0.28% | - |
| HSV(B) | 310.71º | 0.74% | 0.44% | - |
| XYZ | 9.45 | 5.27 | 12.07 | - |
| YUV | 61.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 98 | 0 | 0.74 | 0.13 | 0.56 | 310.71 | 0.59 | 0.28 |
| Hex | 71 | 1D | 62 | 0 | 4A | D | 38 | 137 | 3B | 1C |
| Octal | 161 | 35 | 142 | 0 | 112 | 15 | 70 | 467 | 73 | 34 |
| Binary | 1110001 | 11101 | 1100010 | 0 | 1001010 | 1101 | 111000 | 100110111 | 111011 | 11100 |
Color Harmonies of #711D62
Complementary color
Monochromatic Colors of #711D62
Black with #711D62
Text Example
Text Example
White with #711D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D62; }
p { color: rgb(113,29,98); }
H1.HeaderClassName
{
color: #711D62;
}
.AnyTagClassName
{
color: #711D62;
}
</style>
background-color css
<style>
a { background-color: #711D62; }
a { background-color: rgb(113,29,98); }
div.DivClassName
{
background-color: #711D62;
}
.BgClassName
{
background-color: #711D62;
}
</style>
border-color css
<style>
span { border-color: #711D62; }
span { border-color: rgb(113,29,98); }
td.TdClassName
{
border-color: #711D62;
}
.TagClassName
{
border-color: #711D62;
}
</style>