Shades of Palatinate Purple #711360
Tints of Palatinate Purple #711360
RGB
CMYK
RGB Variations
Color information
#711360 (or 0x711360) is known color: Palatinate Purple. HEX triplet: 71, 13 and 60. RGB value is (113,19,96). Sum of RGB (Red+Green+Blue) = 113+19+96=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #711360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711360 is #8EEC9F. Grayscale: #373737. Windows color (decimal): -9366688 or 6296433. OLE color: 6296433.
HSL color Cylindrical-coordinate representation of color #711360: hue angle of 310.85º 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 #711360 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 19 | 96 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.56 |
| HSL | 310.85º | 0.71% | 0.26% | - |
| HSV(B) | 310.85º | 0.83% | 0.44% | - |
| XYZ | 9.15 | 4.82 | 11.51 | - |
| YUV | 55.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 19 | 96 | 0 | 0.83 | 0.15 | 0.56 | 310.85 | 0.71 | 0.26 |
| Hex | 71 | 13 | 60 | 0 | 53 | F | 38 | 137 | 47 | 1A |
| Octal | 161 | 23 | 140 | 0 | 123 | 17 | 70 | 467 | 107 | 32 |
| Binary | 1110001 | 10011 | 1100000 | 0 | 1010011 | 1111 | 111000 | 100110111 | 1000111 | 11010 |
Color Harmonies of #711360
Complementary color
Monochromatic Colors of #711360
Black with #711360
Text Example
Text Example
White with #711360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711360; }
p { color: rgb(113,19,96); }
H1.HeaderClassName
{
color: #711360;
}
.AnyTagClassName
{
color: #711360;
}
</style>
background-color css
<style>
a { background-color: #711360; }
a { background-color: rgb(113,19,96); }
div.DivClassName
{
background-color: #711360;
}
.BgClassName
{
background-color: #711360;
}
</style>
border-color css
<style>
span { border-color: #711360; }
span { border-color: rgb(113,19,96); }
td.TdClassName
{
border-color: #711360;
}
.TagClassName
{
border-color: #711360;
}
</style>