Shades of Palatinate Purple #701360
Tints of Palatinate Purple #701360
RGB
CMYK
RGB Variations
Color information
#701360 (or 0x701360) is known color: Palatinate Purple. HEX triplet: 70, 13 and 60. RGB value is (112,19,96). Sum of RGB (Red+Green+Blue) = 112+19+96=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #701360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701360 is #8FEC9F. Grayscale: #373737. Windows color (decimal): -9432224 or 6296432. OLE color: 6296432.
HSL color Cylindrical-coordinate representation of color #701360: hue angle of 310.32º 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 #701360 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 19 | 96 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.56 |
| HSL | 310.32º | 0.71% | 0.26% | - |
| HSV(B) | 310.32º | 0.83% | 0.44% | - |
| XYZ | 9.03 | 4.76 | 11.51 | - |
| YUV | 55.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 96 | 0 | 0.83 | 0.14 | 0.56 | 310.32 | 0.71 | 0.26 |
| Hex | 70 | 13 | 60 | 0 | 53 | E | 38 | 136 | 47 | 1A |
| Octal | 160 | 23 | 140 | 0 | 123 | 16 | 70 | 466 | 107 | 32 |
| Binary | 1110000 | 10011 | 1100000 | 0 | 1010011 | 1110 | 111000 | 100110110 | 1000111 | 11010 |
Color Harmonies of #701360
Complementary color
Monochromatic Colors of #701360
Black with #701360
Text Example
Text Example
White with #701360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701360; }
p { color: rgb(112,19,96); }
H1.HeaderClassName
{
color: #701360;
}
.AnyTagClassName
{
color: #701360;
}
</style>
background-color css
<style>
a { background-color: #701360; }
a { background-color: rgb(112,19,96); }
div.DivClassName
{
background-color: #701360;
}
.BgClassName
{
background-color: #701360;
}
</style>
border-color css
<style>
span { border-color: #701360; }
span { border-color: rgb(112,19,96); }
td.TdClassName
{
border-color: #701360;
}
.TagClassName
{
border-color: #701360;
}
</style>