Shades of Palatinate Purple #700E63
Tints of Palatinate Purple #700E63
RGB
CMYK
RGB Variations
Color information
#700E63 (or 0x700E63) is known color: Palatinate Purple. HEX triplet: 70, 0E and 63. RGB value is (112,14,99). Sum of RGB (Red+Green+Blue) = 112+14+99=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #700E63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E63 is #8FF19C. Grayscale: #343434. Windows color (decimal): -9433501 or 6491760. OLE color: 6491760.
HSL color Cylindrical-coordinate representation of color #700E63: hue angle of 307.96º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700E63 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 99 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.56 |
| HSL | 307.96º | 0.78% | 0.25% | - |
| HSV(B) | 307.96º | 0.88% | 0.44% | - |
| XYZ | 9.09 | 4.66 | 12.22 | - |
| YUV | 52.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 99 | 0 | 0.88 | 0.12 | 0.56 | 307.96 | 0.78 | 0.25 |
| Hex | 70 | E | 63 | 0 | 58 | C | 38 | 134 | 4E | 19 |
| Octal | 160 | 16 | 143 | 0 | 130 | 14 | 70 | 464 | 116 | 31 |
| Binary | 1110000 | 1110 | 1100011 | 0 | 1011000 | 1100 | 111000 | 100110100 | 1001110 | 11001 |
Color Harmonies of #700E63
Complementary color
Monochromatic Colors of #700E63
Black with #700E63
Text Example
Text Example
White with #700E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E63; }
p { color: rgb(112,14,99); }
H1.HeaderClassName
{
color: #700E63;
}
.AnyTagClassName
{
color: #700E63;
}
</style>
background-color css
<style>
a { background-color: #700E63; }
a { background-color: rgb(112,14,99); }
div.DivClassName
{
background-color: #700E63;
}
.BgClassName
{
background-color: #700E63;
}
</style>
border-color css
<style>
span { border-color: #700E63; }
span { border-color: rgb(112,14,99); }
td.TdClassName
{
border-color: #700E63;
}
.TagClassName
{
border-color: #700E63;
}
</style>