Shades of Palatinate Purple #701657
Tints of Palatinate Purple #701657
RGB
CMYK
RGB Variations
Color information
#701657 (or 0x701657) is known color: Palatinate Purple. HEX triplet: 70, 16 and 57. RGB value is (112,22,87). Sum of RGB (Red+Green+Blue) = 112+22+87=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #701657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701657 is #8FE9A8. Grayscale: #383838. Windows color (decimal): -9431465 or 5707376. OLE color: 5707376.
HSL color Cylindrical-coordinate representation of color #701657: hue angle of 316.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 #701657 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 87 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.56 |
| HSL | 316.67º | 0.67% | 0.26% | - |
| HSV(B) | 316.67º | 0.8% | 0.44% | - |
| XYZ | 8.69 | 4.71 | 9.47 | - |
| YUV | 56.32 | 145.32 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 87 | 0 | 0.80 | 0.22 | 0.56 | 316.67 | 0.67 | 0.26 |
| Hex | 70 | 16 | 57 | 0 | 50 | 16 | 38 | 13D | 43 | 1A |
| Octal | 160 | 26 | 127 | 0 | 120 | 26 | 70 | 475 | 103 | 32 |
| Binary | 1110000 | 10110 | 1010111 | 0 | 1010000 | 10110 | 111000 | 100111101 | 1000011 | 11010 |
Color Harmonies of #701657
Complementary color
Monochromatic Colors of #701657
Black with #701657
Text Example
Text Example
White with #701657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701657; }
p { color: rgb(112,22,87); }
H1.HeaderClassName
{
color: #701657;
}
.AnyTagClassName
{
color: #701657;
}
</style>
background-color css
<style>
a { background-color: #701657; }
a { background-color: rgb(112,22,87); }
div.DivClassName
{
background-color: #701657;
}
.BgClassName
{
background-color: #701657;
}
</style>
border-color css
<style>
span { border-color: #701657; }
span { border-color: rgb(112,22,87); }
td.TdClassName
{
border-color: #701657;
}
.TagClassName
{
border-color: #701657;
}
</style>