Shades of Palatinate Purple #711366
Tints of Palatinate Purple #711366
RGB
CMYK
RGB Variations
Color information
#711366 (or 0x711366) is known color: Palatinate Purple. HEX triplet: 71, 13 and 66. RGB value is (113,19,102). Sum of RGB (Red+Green+Blue) = 113+19+102=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #711366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711366 is #8EEC99. Grayscale: #383838. Windows color (decimal): -9366682 or 6689649. OLE color: 6689649.
HSL color Cylindrical-coordinate representation of color #711366: hue angle of 307.02º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711366 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 19 | 102 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.56 |
| HSL | 307.02º | 0.71% | 0.26% | - |
| HSV(B) | 307.02º | 0.83% | 0.44% | - |
| XYZ | 9.44 | 4.94 | 13.03 | - |
| YUV | 56.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 19 | 102 | 0 | 0.83 | 0.10 | 0.56 | 307.02 | 0.71 | 0.26 |
| Hex | 71 | 13 | 66 | 0 | 53 | A | 38 | 133 | 47 | 1A |
| Octal | 161 | 23 | 146 | 0 | 123 | 12 | 70 | 463 | 107 | 32 |
| Binary | 1110001 | 10011 | 1100110 | 0 | 1010011 | 1010 | 111000 | 100110011 | 1000111 | 11010 |
Color Harmonies of #711366
Complementary color
Monochromatic Colors of #711366
Black with #711366
Text Example
Text Example
White with #711366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711366; }
p { color: rgb(113,19,102); }
H1.HeaderClassName
{
color: #711366;
}
.AnyTagClassName
{
color: #711366;
}
</style>
background-color css
<style>
a { background-color: #711366; }
a { background-color: rgb(113,19,102); }
div.DivClassName
{
background-color: #711366;
}
.BgClassName
{
background-color: #711366;
}
</style>
border-color css
<style>
span { border-color: #711366; }
span { border-color: rgb(113,19,102); }
td.TdClassName
{
border-color: #711366;
}
.TagClassName
{
border-color: #711366;
}
</style>