Shades of Palatinate Purple #712360
Tints of Palatinate Purple #712360
RGB
CMYK
RGB Variations
Color information
#712360 (or 0x712360) is known color: Palatinate Purple. HEX triplet: 71, 23 and 60. RGB value is (113,35,96). Sum of RGB (Red+Green+Blue) = 113+35+96=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #712360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712360 is #8EDC9F. Grayscale: #414141. Windows color (decimal): -9362592 or 6300529. OLE color: 6300529.
HSL color Cylindrical-coordinate representation of color #712360: hue angle of 313.08º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #712360 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 35 | 96 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.56 |
| HSL | 313.08º | 0.53% | 0.29% | - |
| HSV(B) | 313.08º | 0.69% | 0.44% | - |
| XYZ | 9.52 | 5.56 | 11.64 | - |
| YUV | 65.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 96 | 0 | 0.69 | 0.15 | 0.56 | 313.08 | 0.53 | 0.29 |
| Hex | 71 | 23 | 60 | 0 | 45 | F | 38 | 139 | 35 | 1D |
| Octal | 161 | 43 | 140 | 0 | 105 | 17 | 70 | 471 | 65 | 35 |
| Binary | 1110001 | 100011 | 1100000 | 0 | 1000101 | 1111 | 111000 | 100111001 | 110101 | 11101 |
Color Harmonies of #712360
Complementary color
Monochromatic Colors of #712360
Black with #712360
Text Example
Text Example
White with #712360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712360; }
p { color: rgb(113,35,96); }
H1.HeaderClassName
{
color: #712360;
}
.AnyTagClassName
{
color: #712360;
}
</style>
background-color css
<style>
a { background-color: #712360; }
a { background-color: rgb(113,35,96); }
div.DivClassName
{
background-color: #712360;
}
.BgClassName
{
background-color: #712360;
}
</style>
border-color css
<style>
span { border-color: #712360; }
span { border-color: rgb(113,35,96); }
td.TdClassName
{
border-color: #712360;
}
.TagClassName
{
border-color: #712360;
}
</style>