Shades of Palatinate Purple #703059
Tints of Palatinate Purple #703059
RGB
CMYK
RGB Variations
Color information
#703059 (or 0x703059) is known color: Palatinate Purple. HEX triplet: 70, 30 and 59. RGB value is (112,48,89). Sum of RGB (Red+Green+Blue) = 112+48+89=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #703059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703059 is #8FCFA6. Grayscale: #474747. Windows color (decimal): -9424807 or 5845104. OLE color: 5845104.
HSL color Cylindrical-coordinate representation of color #703059: hue angle of 321.56º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703059 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 48 | 89 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.56 |
| HSL | 321.56º | 0.4% | 0.31% | - |
| HSV(B) | 321.56º | 0.57% | 0.44% | - |
| XYZ | 9.54 | 6.28 | 10.16 | - |
| YUV | 71.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 89 | 0 | 0.57 | 0.21 | 0.56 | 321.56 | 0.4 | 0.31 |
| Hex | 70 | 30 | 59 | 0 | 39 | 15 | 38 | 142 | 28 | 1F |
| Octal | 160 | 60 | 131 | 0 | 71 | 25 | 70 | 502 | 50 | 37 |
| Binary | 1110000 | 110000 | 1011001 | 0 | 111001 | 10101 | 111000 | 101000010 | 101000 | 11111 |
Color Harmonies of #703059
Complementary color
Monochromatic Colors of #703059
Black with #703059
Text Example
Text Example
White with #703059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703059; }
p { color: rgb(112,48,89); }
H1.HeaderClassName
{
color: #703059;
}
.AnyTagClassName
{
color: #703059;
}
</style>
background-color css
<style>
a { background-color: #703059; }
a { background-color: rgb(112,48,89); }
div.DivClassName
{
background-color: #703059;
}
.BgClassName
{
background-color: #703059;
}
</style>
border-color css
<style>
span { border-color: #703059; }
span { border-color: rgb(112,48,89); }
td.TdClassName
{
border-color: #703059;
}
.TagClassName
{
border-color: #703059;
}
</style>