Shades of Palatinate Purple #702959
Tints of Palatinate Purple #702959
RGB
CMYK
RGB Variations
Color information
#702959 (or 0x702959) is known color: Palatinate Purple. HEX triplet: 70, 29 and 59. RGB value is (112,41,89). Sum of RGB (Red+Green+Blue) = 112+41+89=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #702959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702959 is #8FD6A6. Grayscale: #434343. Windows color (decimal): -9426599 or 5843312. OLE color: 5843312.
HSL color Cylindrical-coordinate representation of color #702959: hue angle of 319.44º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #702959 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 41 | 89 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.56 |
| HSL | 319.44º | 0.46% | 0.3% | - |
| HSV(B) | 319.44º | 0.63% | 0.44% | - |
| XYZ | 9.28 | 5.75 | 10.07 | - |
| YUV | 67.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 89 | 0 | 0.63 | 0.21 | 0.56 | 319.44 | 0.46 | 0.3 |
| Hex | 70 | 29 | 59 | 0 | 3F | 15 | 38 | 13F | 2E | 1E |
| Octal | 160 | 51 | 131 | 0 | 77 | 25 | 70 | 477 | 56 | 36 |
| Binary | 1110000 | 101001 | 1011001 | 0 | 111111 | 10101 | 111000 | 100111111 | 101110 | 11110 |
Color Harmonies of #702959
Complementary color
Monochromatic Colors of #702959
Black with #702959
Text Example
Text Example
White with #702959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702959; }
p { color: rgb(112,41,89); }
H1.HeaderClassName
{
color: #702959;
}
.AnyTagClassName
{
color: #702959;
}
</style>
background-color css
<style>
a { background-color: #702959; }
a { background-color: rgb(112,41,89); }
div.DivClassName
{
background-color: #702959;
}
.BgClassName
{
background-color: #702959;
}
</style>
border-color css
<style>
span { border-color: #702959; }
span { border-color: rgb(112,41,89); }
td.TdClassName
{
border-color: #702959;
}
.TagClassName
{
border-color: #702959;
}
</style>