Shades of Palatinate Purple #700865
Tints of Palatinate Purple #700865
RGB
CMYK
RGB Variations
Color information
#700865 (or 0x700865) is known color: Palatinate Purple. HEX triplet: 70, 08 and 65. RGB value is (112,8,101). Sum of RGB (Red+Green+Blue) = 112+8+101=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #700865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700865 is #8FF79A. Grayscale: #313131. Windows color (decimal): -9435035 or 6621296. OLE color: 6621296.
HSL color Cylindrical-coordinate representation of color #700865: hue angle of 306.35º 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 #700865 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 8 | 101 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.56 |
| HSL | 306.35º | 0.87% | 0.24% | - |
| HSV(B) | 306.35º | 0.93% | 0.44% | - |
| XYZ | 9.12 | 4.56 | 12.71 | - |
| YUV | 49.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 101 | 0 | 0.93 | 0.10 | 0.56 | 306.35 | 0.87 | 0.24 |
| Hex | 70 | 8 | 65 | 0 | 5D | A | 38 | 132 | 57 | 18 |
| Octal | 160 | 10 | 145 | 0 | 135 | 12 | 70 | 462 | 127 | 30 |
| Binary | 1110000 | 1000 | 1100101 | 0 | 1011101 | 1010 | 111000 | 100110010 | 1010111 | 11000 |
Color Harmonies of #700865
Complementary color
Monochromatic Colors of #700865
Black with #700865
Text Example
Text Example
White with #700865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700865; }
p { color: rgb(112,8,101); }
H1.HeaderClassName
{
color: #700865;
}
.AnyTagClassName
{
color: #700865;
}
</style>
background-color css
<style>
a { background-color: #700865; }
a { background-color: rgb(112,8,101); }
div.DivClassName
{
background-color: #700865;
}
.BgClassName
{
background-color: #700865;
}
</style>
border-color css
<style>
span { border-color: #700865; }
span { border-color: rgb(112,8,101); }
td.TdClassName
{
border-color: #700865;
}
.TagClassName
{
border-color: #700865;
}
</style>