Shades of Palatinate Purple #702064
Tints of Palatinate Purple #702064
RGB
CMYK
RGB Variations
Color information
#702064 (or 0x702064) is known color: Palatinate Purple. HEX triplet: 70, 20 and 64. RGB value is (112,32,100). Sum of RGB (Red+Green+Blue) = 112+32+100=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #702064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702064 is #8FDF9B. Grayscale: #3F3F3F. Windows color (decimal): -9428892 or 6561904. OLE color: 6561904.
HSL color Cylindrical-coordinate representation of color #702064: hue angle of 309º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702064 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 100 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.56 |
| HSL | 309º | 0.56% | 0.28% | - |
| HSV(B) | 309º | 0.71% | 0.44% | - |
| XYZ | 9.5 | 5.4 | 12.6 | - |
| YUV | 63.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 100 | 0 | 0.71 | 0.11 | 0.56 | 309 | 0.56 | 0.28 |
| Hex | 70 | 20 | 64 | 0 | 47 | B | 38 | 135 | 38 | 1C |
| Octal | 160 | 40 | 144 | 0 | 107 | 13 | 70 | 465 | 70 | 34 |
| Binary | 1110000 | 100000 | 1100100 | 0 | 1000111 | 1011 | 111000 | 100110101 | 111000 | 11100 |
Color Harmonies of #702064
Complementary color
Monochromatic Colors of #702064
Black with #702064
Text Example
Text Example
White with #702064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702064; }
p { color: rgb(112,32,100); }
H1.HeaderClassName
{
color: #702064;
}
.AnyTagClassName
{
color: #702064;
}
</style>
background-color css
<style>
a { background-color: #702064; }
a { background-color: rgb(112,32,100); }
div.DivClassName
{
background-color: #702064;
}
.BgClassName
{
background-color: #702064;
}
</style>
border-color css
<style>
span { border-color: #702064; }
span { border-color: rgb(112,32,100); }
td.TdClassName
{
border-color: #702064;
}
.TagClassName
{
border-color: #702064;
}
</style>