Shades of Palatinate Purple #703864
Tints of Palatinate Purple #703864
RGB
CMYK
RGB Variations
Color information
#703864 (or 0x703864) is known color: Palatinate Purple. HEX triplet: 70, 38 and 64. RGB value is (112,56,100). Sum of RGB (Red+Green+Blue) = 112+56+100=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #703864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703864 is #8FC79B. Grayscale: #4D4D4D. Windows color (decimal): -9422748 or 6568048. OLE color: 6568048.
HSL color Cylindrical-coordinate representation of color #703864: hue angle of 312.86º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #703864 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 56 | 100 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.56 |
| HSL | 312.86º | 0.33% | 0.33% | - |
| HSV(B) | 312.86º | 0.5% | 0.44% | - |
| XYZ | 10.4 | 7.19 | 12.9 | - |
| YUV | 77.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 100 | 0 | 0.50 | 0.11 | 0.56 | 312.86 | 0.33 | 0.33 |
| Hex | 70 | 38 | 64 | 0 | 32 | B | 38 | 139 | 21 | 21 |
| Octal | 160 | 70 | 144 | 0 | 62 | 13 | 70 | 471 | 41 | 41 |
| Binary | 1110000 | 111000 | 1100100 | 0 | 110010 | 1011 | 111000 | 100111001 | 100001 | 100001 |
Color Harmonies of #703864
Complementary color
Monochromatic Colors of #703864
Black with #703864
Text Example
Text Example
White with #703864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703864; }
p { color: rgb(112,56,100); }
H1.HeaderClassName
{
color: #703864;
}
.AnyTagClassName
{
color: #703864;
}
</style>
background-color css
<style>
a { background-color: #703864; }
a { background-color: rgb(112,56,100); }
div.DivClassName
{
background-color: #703864;
}
.BgClassName
{
background-color: #703864;
}
</style>
border-color css
<style>
span { border-color: #703864; }
span { border-color: rgb(112,56,100); }
td.TdClassName
{
border-color: #703864;
}
.TagClassName
{
border-color: #703864;
}
</style>