Shades of Palatinate Purple #701361
Tints of Palatinate Purple #701361
RGB
CMYK
RGB Variations
Color information
#701361 (or 0x701361) is known color: Palatinate Purple. HEX triplet: 70, 13 and 61. RGB value is (112,19,97). Sum of RGB (Red+Green+Blue) = 112+19+97=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #701361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701361 is #8FEC9E. Grayscale: #373737. Windows color (decimal): -9432223 or 6361968. OLE color: 6361968.
HSL color Cylindrical-coordinate representation of color #701361: hue angle of 309.68º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701361 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 19 | 97 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.56 |
| HSL | 309.68º | 0.71% | 0.26% | - |
| HSV(B) | 309.68º | 0.83% | 0.44% | - |
| XYZ | 9.07 | 4.77 | 11.75 | - |
| YUV | 55.7 | 151.31 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 97 | 0 | 0.83 | 0.13 | 0.56 | 309.68 | 0.71 | 0.26 |
| Hex | 70 | 13 | 61 | 0 | 53 | D | 38 | 136 | 47 | 1A |
| Octal | 160 | 23 | 141 | 0 | 123 | 15 | 70 | 466 | 107 | 32 |
| Binary | 1110000 | 10011 | 1100001 | 0 | 1010011 | 1101 | 111000 | 100110110 | 1000111 | 11010 |
Color Harmonies of #701361
Complementary color
Monochromatic Colors of #701361
Black with #701361
Text Example
Text Example
White with #701361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701361; }
p { color: rgb(112,19,97); }
H1.HeaderClassName
{
color: #701361;
}
.AnyTagClassName
{
color: #701361;
}
</style>
background-color css
<style>
a { background-color: #701361; }
a { background-color: rgb(112,19,97); }
div.DivClassName
{
background-color: #701361;
}
.BgClassName
{
background-color: #701361;
}
</style>
border-color css
<style>
span { border-color: #701361; }
span { border-color: rgb(112,19,97); }
td.TdClassName
{
border-color: #701361;
}
.TagClassName
{
border-color: #701361;
}
</style>