Shades of Palatinate Purple #701456
Tints of Palatinate Purple #701456
RGB
CMYK
RGB Variations
Color information
#701456 (or 0x701456) is known color: Palatinate Purple. HEX triplet: 70, 14 and 56. RGB value is (112,20,86). Sum of RGB (Red+Green+Blue) = 112+20+86=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #701456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701456 is #8FEBA9. Grayscale: #363636. Windows color (decimal): -9431978 or 5641328. OLE color: 5641328.
HSL color Cylindrical-coordinate representation of color #701456: hue angle of 316.96º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701456 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 86 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.56 |
| HSL | 316.96º | 0.7% | 0.26% | - |
| HSV(B) | 316.96º | 0.82% | 0.44% | - |
| XYZ | 8.61 | 4.62 | 9.24 | - |
| YUV | 55.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 86 | 0 | 0.82 | 0.23 | 0.56 | 316.96 | 0.7 | 0.26 |
| Hex | 70 | 14 | 56 | 0 | 52 | 17 | 38 | 13D | 46 | 1A |
| Octal | 160 | 24 | 126 | 0 | 122 | 27 | 70 | 475 | 106 | 32 |
| Binary | 1110000 | 10100 | 1010110 | 0 | 1010010 | 10111 | 111000 | 100111101 | 1000110 | 11010 |
Color Harmonies of #701456
Complementary color
Monochromatic Colors of #701456
Black with #701456
Text Example
Text Example
White with #701456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701456; }
p { color: rgb(112,20,86); }
H1.HeaderClassName
{
color: #701456;
}
.AnyTagClassName
{
color: #701456;
}
</style>
background-color css
<style>
a { background-color: #701456; }
a { background-color: rgb(112,20,86); }
div.DivClassName
{
background-color: #701456;
}
.BgClassName
{
background-color: #701456;
}
</style>
border-color css
<style>
span { border-color: #701456; }
span { border-color: rgb(112,20,86); }
td.TdClassName
{
border-color: #701456;
}
.TagClassName
{
border-color: #701456;
}
</style>