Shades of Palatinate Purple #701764
Tints of Palatinate Purple #701764
RGB
CMYK
RGB Variations
Color information
#701764 (or 0x701764) is known color: Palatinate Purple. HEX triplet: 70, 17 and 64. RGB value is (112,23,100). Sum of RGB (Red+Green+Blue) = 112+23+100=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #701764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701764 is #8FE89B. Grayscale: #3A3A3A. Windows color (decimal): -9431196 or 6559600. OLE color: 6559600.
HSL color Cylindrical-coordinate representation of color #701764: hue angle of 308.09º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701764 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 100 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.56 |
| HSL | 308.09º | 0.66% | 0.26% | - |
| HSV(B) | 308.09º | 0.79% | 0.44% | - |
| XYZ | 9.29 | 4.98 | 12.53 | - |
| YUV | 58.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 100 | 0 | 0.79 | 0.11 | 0.56 | 308.09 | 0.66 | 0.26 |
| Hex | 70 | 17 | 64 | 0 | 4F | B | 38 | 134 | 42 | 1A |
| Octal | 160 | 27 | 144 | 0 | 117 | 13 | 70 | 464 | 102 | 32 |
| Binary | 1110000 | 10111 | 1100100 | 0 | 1001111 | 1011 | 111000 | 100110100 | 1000010 | 11010 |
Color Harmonies of #701764
Complementary color
Monochromatic Colors of #701764
Black with #701764
Text Example
Text Example
White with #701764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701764; }
p { color: rgb(112,23,100); }
H1.HeaderClassName
{
color: #701764;
}
.AnyTagClassName
{
color: #701764;
}
</style>
background-color css
<style>
a { background-color: #701764; }
a { background-color: rgb(112,23,100); }
div.DivClassName
{
background-color: #701764;
}
.BgClassName
{
background-color: #701764;
}
</style>
border-color css
<style>
span { border-color: #701764; }
span { border-color: rgb(112,23,100); }
td.TdClassName
{
border-color: #701764;
}
.TagClassName
{
border-color: #701764;
}
</style>