Shades of Palatinate Purple #703061
Tints of Palatinate Purple #703061
RGB
CMYK
RGB Variations
Color information
#703061 (or 0x703061) is known color: Palatinate Purple. HEX triplet: 70, 30 and 61. RGB value is (112,48,97). Sum of RGB (Red+Green+Blue) = 112+48+97=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #703061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703061 is #8FCF9E. Grayscale: #484848. Windows color (decimal): -9424799 or 6369392. OLE color: 6369392.
HSL color Cylindrical-coordinate representation of color #703061: hue angle of 314.06º 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 #703061 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 48 | 97 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.56 |
| HSL | 314.06º | 0.4% | 0.31% | - |
| HSV(B) | 314.06º | 0.57% | 0.44% | - |
| XYZ | 9.9 | 6.42 | 12.03 | - |
| YUV | 72.72 | 141.7 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 97 | 0 | 0.57 | 0.13 | 0.56 | 314.06 | 0.4 | 0.31 |
| Hex | 70 | 30 | 61 | 0 | 39 | D | 38 | 13A | 28 | 1F |
| Octal | 160 | 60 | 141 | 0 | 71 | 15 | 70 | 472 | 50 | 37 |
| Binary | 1110000 | 110000 | 1100001 | 0 | 111001 | 1101 | 111000 | 100111010 | 101000 | 11111 |
Color Harmonies of #703061
Complementary color
Monochromatic Colors of #703061
Black with #703061
Text Example
Text Example
White with #703061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703061; }
p { color: rgb(112,48,97); }
H1.HeaderClassName
{
color: #703061;
}
.AnyTagClassName
{
color: #703061;
}
</style>
background-color css
<style>
a { background-color: #703061; }
a { background-color: rgb(112,48,97); }
div.DivClassName
{
background-color: #703061;
}
.BgClassName
{
background-color: #703061;
}
</style>
border-color css
<style>
span { border-color: #703061; }
span { border-color: rgb(112,48,97); }
td.TdClassName
{
border-color: #703061;
}
.TagClassName
{
border-color: #703061;
}
</style>