Shades of Palatinate Purple #711064
Tints of Palatinate Purple #711064
RGB
CMYK
RGB Variations
Color information
#711064 (or 0x711064) is known color: Palatinate Purple. HEX triplet: 71, 10 and 64. RGB value is (113,16,100). Sum of RGB (Red+Green+Blue) = 113+16+100=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #711064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711064 is #8EEF9B. Grayscale: #363636. Windows color (decimal): -9367452 or 6557809. OLE color: 6557809.
HSL color Cylindrical-coordinate representation of color #711064: hue angle of 308.04º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711064 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 16 | 100 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.56 |
| HSL | 308.04º | 0.75% | 0.25% | - |
| HSV(B) | 308.04º | 0.86% | 0.44% | - |
| XYZ | 9.3 | 4.8 | 12.49 | - |
| YUV | 54.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 100 | 0 | 0.86 | 0.12 | 0.56 | 308.04 | 0.75 | 0.25 |
| Hex | 71 | 10 | 64 | 0 | 56 | C | 38 | 134 | 4B | 19 |
| Octal | 161 | 20 | 144 | 0 | 126 | 14 | 70 | 464 | 113 | 31 |
| Binary | 1110001 | 10000 | 1100100 | 0 | 1010110 | 1100 | 111000 | 100110100 | 1001011 | 11001 |
Color Harmonies of #711064
Complementary color
Monochromatic Colors of #711064
Black with #711064
Text Example
Text Example
White with #711064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711064; }
p { color: rgb(113,16,100); }
H1.HeaderClassName
{
color: #711064;
}
.AnyTagClassName
{
color: #711064;
}
</style>
background-color css
<style>
a { background-color: #711064; }
a { background-color: rgb(113,16,100); }
div.DivClassName
{
background-color: #711064;
}
.BgClassName
{
background-color: #711064;
}
</style>
border-color css
<style>
span { border-color: #711064; }
span { border-color: rgb(113,16,100); }
td.TdClassName
{
border-color: #711064;
}
.TagClassName
{
border-color: #711064;
}
</style>