Shades of Palatinate Purple #700860
Tints of Palatinate Purple #700860
RGB
CMYK
RGB Variations
Color information
#700860 (or 0x700860) is known color: Palatinate Purple. HEX triplet: 70, 08 and 60. RGB value is (112,8,96). Sum of RGB (Red+Green+Blue) = 112+8+96=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #700860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700860 is #8FF79F. Grayscale: #303030. Windows color (decimal): -9435040 or 6293616. OLE color: 6293616.
HSL color Cylindrical-coordinate representation of color #700860: hue angle of 309.23º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700860 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 8 | 96 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.56 |
| HSL | 309.23º | 0.87% | 0.24% | - |
| HSV(B) | 309.23º | 0.93% | 0.44% | - |
| XYZ | 8.88 | 4.46 | 11.46 | - |
| YUV | 49.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 96 | 0 | 0.93 | 0.14 | 0.56 | 309.23 | 0.87 | 0.24 |
| Hex | 70 | 8 | 60 | 0 | 5D | E | 38 | 135 | 57 | 18 |
| Octal | 160 | 10 | 140 | 0 | 135 | 16 | 70 | 465 | 127 | 30 |
| Binary | 1110000 | 1000 | 1100000 | 0 | 1011101 | 1110 | 111000 | 100110101 | 1010111 | 11000 |
Color Harmonies of #700860
Complementary color
Monochromatic Colors of #700860
Black with #700860
Text Example
Text Example
White with #700860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700860; }
p { color: rgb(112,8,96); }
H1.HeaderClassName
{
color: #700860;
}
.AnyTagClassName
{
color: #700860;
}
</style>
background-color css
<style>
a { background-color: #700860; }
a { background-color: rgb(112,8,96); }
div.DivClassName
{
background-color: #700860;
}
.BgClassName
{
background-color: #700860;
}
</style>
border-color css
<style>
span { border-color: #700860; }
span { border-color: rgb(112,8,96); }
td.TdClassName
{
border-color: #700860;
}
.TagClassName
{
border-color: #700860;
}
</style>