Shades of Palatinate Purple #703159
Tints of Palatinate Purple #703159
RGB
CMYK
RGB Variations
Color information
#703159 (or 0x703159) is known color: Palatinate Purple. HEX triplet: 70, 31 and 59. RGB value is (112,49,89). Sum of RGB (Red+Green+Blue) = 112+49+89=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #703159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703159 is #8FCEA6. Grayscale: #484848. Windows color (decimal): -9424551 or 5845360. OLE color: 5845360.
HSL color Cylindrical-coordinate representation of color #703159: hue angle of 321.9º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #703159 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 89 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.56 |
| HSL | 321.9º | 0.39% | 0.32% | - |
| HSV(B) | 321.9º | 0.56% | 0.44% | - |
| XYZ | 9.58 | 6.36 | 10.17 | - |
| YUV | 72.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 89 | 0 | 0.56 | 0.21 | 0.56 | 321.9 | 0.39 | 0.32 |
| Hex | 70 | 31 | 59 | 0 | 38 | 15 | 38 | 142 | 27 | 20 |
| Octal | 160 | 61 | 131 | 0 | 70 | 25 | 70 | 502 | 47 | 40 |
| Binary | 1110000 | 110001 | 1011001 | 0 | 111000 | 10101 | 111000 | 101000010 | 100111 | 100000 |
Color Harmonies of #703159
Complementary color
Monochromatic Colors of #703159
Black with #703159
Text Example
Text Example
White with #703159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703159; }
p { color: rgb(112,49,89); }
H1.HeaderClassName
{
color: #703159;
}
.AnyTagClassName
{
color: #703159;
}
</style>
background-color css
<style>
a { background-color: #703159; }
a { background-color: rgb(112,49,89); }
div.DivClassName
{
background-color: #703159;
}
.BgClassName
{
background-color: #703159;
}
</style>
border-color css
<style>
span { border-color: #703159; }
span { border-color: rgb(112,49,89); }
td.TdClassName
{
border-color: #703159;
}
.TagClassName
{
border-color: #703159;
}
</style>