Shades of Palatinate Purple #701568
Tints of Palatinate Purple #701568
RGB
CMYK
RGB Variations
Color information
#701568 (or 0x701568) is known color: Palatinate Purple. HEX triplet: 70, 15 and 68. RGB value is (112,21,104). Sum of RGB (Red+Green+Blue) = 112+21+104=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #701568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701568 is #8FEA97. Grayscale: #393939. Windows color (decimal): -9431704 or 6821232. OLE color: 6821232.
HSL color Cylindrical-coordinate representation of color #701568: hue angle of 305.27º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701568 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 21 | 104 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.56 |
| HSL | 305.27º | 0.68% | 0.26% | - |
| HSV(B) | 305.27º | 0.81% | 0.44% | - |
| XYZ | 9.45 | 4.98 | 13.56 | - |
| YUV | 57.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 104 | 0 | 0.81 | 0.07 | 0.56 | 305.27 | 0.68 | 0.26 |
| Hex | 70 | 15 | 68 | 0 | 51 | 7 | 38 | 131 | 44 | 1A |
| Octal | 160 | 25 | 150 | 0 | 121 | 7 | 70 | 461 | 104 | 32 |
| Binary | 1110000 | 10101 | 1101000 | 0 | 1010001 | 111 | 111000 | 100110001 | 1000100 | 11010 |
Color Harmonies of #701568
Complementary color
Monochromatic Colors of #701568
Black with #701568
Text Example
Text Example
White with #701568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701568; }
p { color: rgb(112,21,104); }
H1.HeaderClassName
{
color: #701568;
}
.AnyTagClassName
{
color: #701568;
}
</style>
background-color css
<style>
a { background-color: #701568; }
a { background-color: rgb(112,21,104); }
div.DivClassName
{
background-color: #701568;
}
.BgClassName
{
background-color: #701568;
}
</style>
border-color css
<style>
span { border-color: #701568; }
span { border-color: rgb(112,21,104); }
td.TdClassName
{
border-color: #701568;
}
.TagClassName
{
border-color: #701568;
}
</style>