Shades of Palatinate Purple #701460
Tints of Palatinate Purple #701460
RGB
CMYK
RGB Variations
Color information
#701460 (or 0x701460) is known color: Palatinate Purple. HEX triplet: 70, 14 and 60. RGB value is (112,20,96). Sum of RGB (Red+Green+Blue) = 112+20+96=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #701460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701460 is #8FEB9F. Grayscale: #373737. Windows color (decimal): -9431968 or 6296688. OLE color: 6296688.
HSL color Cylindrical-coordinate representation of color #701460: hue angle of 310.43º 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 #701460 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 96 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.56 |
| HSL | 310.43º | 0.7% | 0.26% | - |
| HSV(B) | 310.43º | 0.82% | 0.44% | - |
| XYZ | 9.04 | 4.79 | 11.51 | - |
| YUV | 56.17 | 150.48 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 96 | 0 | 0.82 | 0.14 | 0.56 | 310.43 | 0.7 | 0.26 |
| Hex | 70 | 14 | 60 | 0 | 52 | E | 38 | 136 | 46 | 1A |
| Octal | 160 | 24 | 140 | 0 | 122 | 16 | 70 | 466 | 106 | 32 |
| Binary | 1110000 | 10100 | 1100000 | 0 | 1010010 | 1110 | 111000 | 100110110 | 1000110 | 11010 |
Color Harmonies of #701460
Complementary color
Monochromatic Colors of #701460
Black with #701460
Text Example
Text Example
White with #701460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701460; }
p { color: rgb(112,20,96); }
H1.HeaderClassName
{
color: #701460;
}
.AnyTagClassName
{
color: #701460;
}
</style>
background-color css
<style>
a { background-color: #701460; }
a { background-color: rgb(112,20,96); }
div.DivClassName
{
background-color: #701460;
}
.BgClassName
{
background-color: #701460;
}
</style>
border-color css
<style>
span { border-color: #701460; }
span { border-color: rgb(112,20,96); }
td.TdClassName
{
border-color: #701460;
}
.TagClassName
{
border-color: #701460;
}
</style>