Shades of Palatinate Purple #711C63
Tints of Palatinate Purple #711C63
RGB
CMYK
RGB Variations
Color information
#711C63 (or 0x711C63) is known color: Palatinate Purple. HEX triplet: 71, 1C and 63. RGB value is (113,28,99). Sum of RGB (Red+Green+Blue) = 113+28+99=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #711C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C63 is #8EE39C. Grayscale: #3D3D3D. Windows color (decimal): -9364381 or 6495345. OLE color: 6495345.
HSL color Cylindrical-coordinate representation of color #711C63: hue angle of 309.88º 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 #711C63 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 99 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.56 |
| HSL | 309.88º | 0.6% | 0.28% | - |
| HSV(B) | 309.88º | 0.75% | 0.44% | - |
| XYZ | 9.48 | 5.24 | 12.32 | - |
| YUV | 61.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 99 | 0 | 0.75 | 0.12 | 0.56 | 309.88 | 0.6 | 0.28 |
| Hex | 71 | 1C | 63 | 0 | 4B | C | 38 | 136 | 3C | 1C |
| Octal | 161 | 34 | 143 | 0 | 113 | 14 | 70 | 466 | 74 | 34 |
| Binary | 1110001 | 11100 | 1100011 | 0 | 1001011 | 1100 | 111000 | 100110110 | 111100 | 11100 |
Color Harmonies of #711C63
Complementary color
Monochromatic Colors of #711C63
Black with #711C63
Text Example
Text Example
White with #711C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C63; }
p { color: rgb(113,28,99); }
H1.HeaderClassName
{
color: #711C63;
}
.AnyTagClassName
{
color: #711C63;
}
</style>
background-color css
<style>
a { background-color: #711C63; }
a { background-color: rgb(113,28,99); }
div.DivClassName
{
background-color: #711C63;
}
.BgClassName
{
background-color: #711C63;
}
</style>
border-color css
<style>
span { border-color: #711C63; }
span { border-color: rgb(113,28,99); }
td.TdClassName
{
border-color: #711C63;
}
.TagClassName
{
border-color: #711C63;
}
</style>