Shades of Palatinate Purple #701861
Tints of Palatinate Purple #701861
RGB
CMYK
RGB Variations
Color information
#701861 (or 0x701861) is known color: Palatinate Purple. HEX triplet: 70, 18 and 61. RGB value is (112,24,97). Sum of RGB (Red+Green+Blue) = 112+24+97=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #701861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701861 is #8FE79E. Grayscale: #3A3A3A. Windows color (decimal): -9430943 or 6363248. OLE color: 6363248.
HSL color Cylindrical-coordinate representation of color #701861: hue angle of 310.23º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701861 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 24 | 97 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.56 |
| HSL | 310.23º | 0.65% | 0.27% | - |
| HSV(B) | 310.23º | 0.79% | 0.44% | - |
| XYZ | 9.17 | 4.96 | 11.78 | - |
| YUV | 58.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 97 | 0 | 0.79 | 0.13 | 0.56 | 310.23 | 0.65 | 0.27 |
| Hex | 70 | 18 | 61 | 0 | 4F | D | 38 | 136 | 41 | 1B |
| Octal | 160 | 30 | 141 | 0 | 117 | 15 | 70 | 466 | 101 | 33 |
| Binary | 1110000 | 11000 | 1100001 | 0 | 1001111 | 1101 | 111000 | 100110110 | 1000001 | 11011 |
Color Harmonies of #701861
Complementary color
Monochromatic Colors of #701861
Black with #701861
Text Example
Text Example
White with #701861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701861; }
p { color: rgb(112,24,97); }
H1.HeaderClassName
{
color: #701861;
}
.AnyTagClassName
{
color: #701861;
}
</style>
background-color css
<style>
a { background-color: #701861; }
a { background-color: rgb(112,24,97); }
div.DivClassName
{
background-color: #701861;
}
.BgClassName
{
background-color: #701861;
}
</style>
border-color css
<style>
span { border-color: #701861; }
span { border-color: rgb(112,24,97); }
td.TdClassName
{
border-color: #701861;
}
.TagClassName
{
border-color: #701861;
}
</style>