Shades of Palatinate Purple #701462
Tints of Palatinate Purple #701462
RGB
CMYK
RGB Variations
Color information
#701462 (or 0x701462) is known color: Palatinate Purple. HEX triplet: 70, 14 and 62. RGB value is (112,20,98). Sum of RGB (Red+Green+Blue) = 112+20+98=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #701462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701462 is #8FEB9D. Grayscale: #383838. Windows color (decimal): -9431966 or 6427760. OLE color: 6427760.
HSL color Cylindrical-coordinate representation of color #701462: hue angle of 309.13º 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 #701462 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 98 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.56 |
| HSL | 309.13º | 0.7% | 0.26% | - |
| HSV(B) | 309.13º | 0.82% | 0.44% | - |
| XYZ | 9.14 | 4.83 | 12.01 | - |
| YUV | 56.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 98 | 0 | 0.82 | 0.13 | 0.56 | 309.13 | 0.7 | 0.26 |
| Hex | 70 | 14 | 62 | 0 | 52 | D | 38 | 135 | 46 | 1A |
| Octal | 160 | 24 | 142 | 0 | 122 | 15 | 70 | 465 | 106 | 32 |
| Binary | 1110000 | 10100 | 1100010 | 0 | 1010010 | 1101 | 111000 | 100110101 | 1000110 | 11010 |
Color Harmonies of #701462
Complementary color
Monochromatic Colors of #701462
Black with #701462
Text Example
Text Example
White with #701462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701462; }
p { color: rgb(112,20,98); }
H1.HeaderClassName
{
color: #701462;
}
.AnyTagClassName
{
color: #701462;
}
</style>
background-color css
<style>
a { background-color: #701462; }
a { background-color: rgb(112,20,98); }
div.DivClassName
{
background-color: #701462;
}
.BgClassName
{
background-color: #701462;
}
</style>
border-color css
<style>
span { border-color: #701462; }
span { border-color: rgb(112,20,98); }
td.TdClassName
{
border-color: #701462;
}
.TagClassName
{
border-color: #701462;
}
</style>