Shades of Palatinate Purple #701660
Tints of Palatinate Purple #701660
RGB
CMYK
RGB Variations
Color information
#701660 (or 0x701660) is known color: Palatinate Purple. HEX triplet: 70, 16 and 60. RGB value is (112,22,96). Sum of RGB (Red+Green+Blue) = 112+22+96=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #701660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701660 is #8FE99F. Grayscale: #393939. Windows color (decimal): -9431456 or 6297200. OLE color: 6297200.
HSL color Cylindrical-coordinate representation of color #701660: hue angle of 310.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701660 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 96 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.56 |
| HSL | 310.67º | 0.67% | 0.26% | - |
| HSV(B) | 310.67º | 0.8% | 0.44% | - |
| XYZ | 9.08 | 4.86 | 11.53 | - |
| YUV | 57.35 | 149.82 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 96 | 0 | 0.80 | 0.14 | 0.56 | 310.67 | 0.67 | 0.26 |
| Hex | 70 | 16 | 60 | 0 | 50 | E | 38 | 137 | 43 | 1A |
| Octal | 160 | 26 | 140 | 0 | 120 | 16 | 70 | 467 | 103 | 32 |
| Binary | 1110000 | 10110 | 1100000 | 0 | 1010000 | 1110 | 111000 | 100110111 | 1000011 | 11010 |
Color Harmonies of #701660
Complementary color
Monochromatic Colors of #701660
Black with #701660
Text Example
Text Example
White with #701660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701660; }
p { color: rgb(112,22,96); }
H1.HeaderClassName
{
color: #701660;
}
.AnyTagClassName
{
color: #701660;
}
</style>
background-color css
<style>
a { background-color: #701660; }
a { background-color: rgb(112,22,96); }
div.DivClassName
{
background-color: #701660;
}
.BgClassName
{
background-color: #701660;
}
</style>
border-color css
<style>
span { border-color: #701660; }
span { border-color: rgb(112,22,96); }
td.TdClassName
{
border-color: #701660;
}
.TagClassName
{
border-color: #701660;
}
</style>