Shades of Palatinate Purple #711664
Tints of Palatinate Purple #711664
RGB
CMYK
RGB Variations
Color information
#711664 (or 0x711664) is known color: Palatinate Purple. HEX triplet: 71, 16 and 64. RGB value is (113,22,100). Sum of RGB (Red+Green+Blue) = 113+22+100=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #711664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711664 is #8EE99B. Grayscale: #393939. Windows color (decimal): -9365916 or 6559345. OLE color: 6559345.
HSL color Cylindrical-coordinate representation of color #711664: hue angle of 308.57º degrees, saturation: 0.67, 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 #711664 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 22 | 100 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.56 |
| HSL | 308.57º | 0.67% | 0.26% | - |
| HSV(B) | 308.57º | 0.81% | 0.44% | - |
| XYZ | 9.4 | 5 | 12.53 | - |
| YUV | 58.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 22 | 100 | 0 | 0.81 | 0.12 | 0.56 | 308.57 | 0.67 | 0.26 |
| Hex | 71 | 16 | 64 | 0 | 51 | C | 38 | 135 | 43 | 1A |
| Octal | 161 | 26 | 144 | 0 | 121 | 14 | 70 | 465 | 103 | 32 |
| Binary | 1110001 | 10110 | 1100100 | 0 | 1010001 | 1100 | 111000 | 100110101 | 1000011 | 11010 |
Color Harmonies of #711664
Complementary color
Monochromatic Colors of #711664
Black with #711664
Text Example
Text Example
White with #711664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711664; }
p { color: rgb(113,22,100); }
H1.HeaderClassName
{
color: #711664;
}
.AnyTagClassName
{
color: #711664;
}
</style>
background-color css
<style>
a { background-color: #711664; }
a { background-color: rgb(113,22,100); }
div.DivClassName
{
background-color: #711664;
}
.BgClassName
{
background-color: #711664;
}
</style>
border-color css
<style>
span { border-color: #711664; }
span { border-color: rgb(113,22,100); }
td.TdClassName
{
border-color: #711664;
}
.TagClassName
{
border-color: #711664;
}
</style>