Shades of Palatinate Purple #701659
Tints of Palatinate Purple #701659
RGB
CMYK
RGB Variations
Color information
#701659 (or 0x701659) is known color: Palatinate Purple. HEX triplet: 70, 16 and 59. RGB value is (112,22,89). Sum of RGB (Red+Green+Blue) = 112+22+89=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #701659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701659 is #8FE9A6. Grayscale: #383838. Windows color (decimal): -9431463 or 5838448. OLE color: 5838448.
HSL color Cylindrical-coordinate representation of color #701659: hue angle of 315.33º 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 #701659 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 89 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.56 |
| HSL | 315.33º | 0.67% | 0.26% | - |
| HSV(B) | 315.33º | 0.8% | 0.44% | - |
| XYZ | 8.77 | 4.74 | 9.9 | - |
| YUV | 56.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 89 | 0 | 0.80 | 0.21 | 0.56 | 315.33 | 0.67 | 0.26 |
| Hex | 70 | 16 | 59 | 0 | 50 | 15 | 38 | 13B | 43 | 1A |
| Octal | 160 | 26 | 131 | 0 | 120 | 25 | 70 | 473 | 103 | 32 |
| Binary | 1110000 | 10110 | 1011001 | 0 | 1010000 | 10101 | 111000 | 100111011 | 1000011 | 11010 |
Color Harmonies of #701659
Complementary color
Monochromatic Colors of #701659
Black with #701659
Text Example
Text Example
White with #701659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701659; }
p { color: rgb(112,22,89); }
H1.HeaderClassName
{
color: #701659;
}
.AnyTagClassName
{
color: #701659;
}
</style>
background-color css
<style>
a { background-color: #701659; }
a { background-color: rgb(112,22,89); }
div.DivClassName
{
background-color: #701659;
}
.BgClassName
{
background-color: #701659;
}
</style>
border-color css
<style>
span { border-color: #701659; }
span { border-color: rgb(112,22,89); }
td.TdClassName
{
border-color: #701659;
}
.TagClassName
{
border-color: #701659;
}
</style>