Shades of Palatinate Purple #711C62
Tints of Palatinate Purple #711C62
RGB
CMYK
RGB Variations
Color information
#711C62 (or 0x711C62) is known color: Palatinate Purple. HEX triplet: 71, 1C and 62. RGB value is (113,28,98). Sum of RGB (Red+Green+Blue) = 113+28+98=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #711C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C62 is #8EE39D. Grayscale: #3D3D3D. Windows color (decimal): -9364382 or 6429809. OLE color: 6429809.
HSL color Cylindrical-coordinate representation of color #711C62: hue angle of 310.59º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C62 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 98 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.56 |
| HSL | 310.59º | 0.6% | 0.28% | - |
| HSV(B) | 310.59º | 0.75% | 0.44% | - |
| XYZ | 9.43 | 5.22 | 12.07 | - |
| YUV | 61.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 98 | 0 | 0.75 | 0.13 | 0.56 | 310.59 | 0.6 | 0.28 |
| Hex | 71 | 1C | 62 | 0 | 4B | D | 38 | 137 | 3C | 1C |
| Octal | 161 | 34 | 142 | 0 | 113 | 15 | 70 | 467 | 74 | 34 |
| Binary | 1110001 | 11100 | 1100010 | 0 | 1001011 | 1101 | 111000 | 100110111 | 111100 | 11100 |
Color Harmonies of #711C62
Complementary color
Monochromatic Colors of #711C62
Black with #711C62
Text Example
Text Example
White with #711C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C62; }
p { color: rgb(113,28,98); }
H1.HeaderClassName
{
color: #711C62;
}
.AnyTagClassName
{
color: #711C62;
}
</style>
background-color css
<style>
a { background-color: #711C62; }
a { background-color: rgb(113,28,98); }
div.DivClassName
{
background-color: #711C62;
}
.BgClassName
{
background-color: #711C62;
}
</style>
border-color css
<style>
span { border-color: #711C62; }
span { border-color: rgb(113,28,98); }
td.TdClassName
{
border-color: #711C62;
}
.TagClassName
{
border-color: #711C62;
}
</style>