Shades of Palatinate Purple #703464
Tints of Palatinate Purple #703464
RGB
CMYK
RGB Variations
Color information
#703464 (or 0x703464) is known color: Palatinate Purple. HEX triplet: 70, 34 and 64. RGB value is (112,52,100). Sum of RGB (Red+Green+Blue) = 112+52+100=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #703464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703464 is #8FCB9B. Grayscale: #4B4B4B. Windows color (decimal): -9423772 or 6567024. OLE color: 6567024.
HSL color Cylindrical-coordinate representation of color #703464: hue angle of 312º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #703464 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 52 | 100 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.56 |
| HSL | 312º | 0.37% | 0.32% | - |
| HSV(B) | 312º | 0.54% | 0.44% | - |
| XYZ | 10.21 | 6.82 | 12.84 | - |
| YUV | 75.41 | 141.88 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 52 | 100 | 0 | 0.54 | 0.11 | 0.56 | 312 | 0.37 | 0.32 |
| Hex | 70 | 34 | 64 | 0 | 36 | B | 38 | 138 | 25 | 20 |
| Octal | 160 | 64 | 144 | 0 | 66 | 13 | 70 | 470 | 45 | 40 |
| Binary | 1110000 | 110100 | 1100100 | 0 | 110110 | 1011 | 111000 | 100111000 | 100101 | 100000 |
Color Harmonies of #703464
Complementary color
Monochromatic Colors of #703464
Black with #703464
Text Example
Text Example
White with #703464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703464; }
p { color: rgb(112,52,100); }
H1.HeaderClassName
{
color: #703464;
}
.AnyTagClassName
{
color: #703464;
}
</style>
background-color css
<style>
a { background-color: #703464; }
a { background-color: rgb(112,52,100); }
div.DivClassName
{
background-color: #703464;
}
.BgClassName
{
background-color: #703464;
}
</style>
border-color css
<style>
span { border-color: #703464; }
span { border-color: rgb(112,52,100); }
td.TdClassName
{
border-color: #703464;
}
.TagClassName
{
border-color: #703464;
}
</style>