Shades of Palatinate Purple #712660
Tints of Palatinate Purple #712660
RGB
CMYK
RGB Variations
Color information
#712660 (or 0x712660) is known color: Palatinate Purple. HEX triplet: 71, 26 and 60. RGB value is (113,38,96). Sum of RGB (Red+Green+Blue) = 113+38+96=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #712660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712660 is #8ED99F. Grayscale: #424242. Windows color (decimal): -9361824 or 6301297. OLE color: 6301297.
HSL color Cylindrical-coordinate representation of color #712660: hue angle of 313.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712660 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 38 | 96 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.56 |
| HSL | 313.6º | 0.5% | 0.3% | - |
| HSV(B) | 313.6º | 0.66% | 0.44% | - |
| XYZ | 9.61 | 5.74 | 11.67 | - |
| YUV | 67.04 | 144.35 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 38 | 96 | 0 | 0.66 | 0.15 | 0.56 | 313.6 | 0.5 | 0.3 |
| Hex | 71 | 26 | 60 | 0 | 42 | F | 38 | 13A | 32 | 1E |
| Octal | 161 | 46 | 140 | 0 | 102 | 17 | 70 | 472 | 62 | 36 |
| Binary | 1110001 | 100110 | 1100000 | 0 | 1000010 | 1111 | 111000 | 100111010 | 110010 | 11110 |
Color Harmonies of #712660
Complementary color
Monochromatic Colors of #712660
Black with #712660
Text Example
Text Example
White with #712660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712660; }
p { color: rgb(113,38,96); }
H1.HeaderClassName
{
color: #712660;
}
.AnyTagClassName
{
color: #712660;
}
</style>
background-color css
<style>
a { background-color: #712660; }
a { background-color: rgb(113,38,96); }
div.DivClassName
{
background-color: #712660;
}
.BgClassName
{
background-color: #712660;
}
</style>
border-color css
<style>
span { border-color: #712660; }
span { border-color: rgb(113,38,96); }
td.TdClassName
{
border-color: #712660;
}
.TagClassName
{
border-color: #712660;
}
</style>