Shades of Palatinate Purple #700E5B
Tints of Palatinate Purple #700E5B
RGB
CMYK
RGB Variations
Color information
#700E5B (or 0x700E5B) is known color: Palatinate Purple. HEX triplet: 70, 0E and 5B. RGB value is (112,14,91). Sum of RGB (Red+Green+Blue) = 112+14+91=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #700E5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E5B is #8FF1A4. Grayscale: #333333. Windows color (decimal): -9433509 or 5967472. OLE color: 5967472.
HSL color Cylindrical-coordinate representation of color #700E5B: hue angle of 312.86º 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 #700E5B is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 91 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.56 |
| HSL | 312.86º | 0.78% | 0.25% | - |
| HSV(B) | 312.86º | 0.88% | 0.44% | - |
| XYZ | 8.73 | 4.51 | 10.31 | - |
| YUV | 52.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 91 | 0 | 0.88 | 0.19 | 0.56 | 312.86 | 0.78 | 0.25 |
| Hex | 70 | E | 5B | 0 | 58 | 13 | 38 | 139 | 4E | 19 |
| Octal | 160 | 16 | 133 | 0 | 130 | 23 | 70 | 471 | 116 | 31 |
| Binary | 1110000 | 1110 | 1011011 | 0 | 1011000 | 10011 | 111000 | 100111001 | 1001110 | 11001 |
Color Harmonies of #700E5B
Complementary color
Monochromatic Colors of #700E5B
Black with #700E5B
Text Example
Text Example
White with #700E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E5B; }
p { color: rgb(112,14,91); }
H1.HeaderClassName
{
color: #700E5B;
}
.AnyTagClassName
{
color: #700E5B;
}
</style>
background-color css
<style>
a { background-color: #700E5B; }
a { background-color: rgb(112,14,91); }
div.DivClassName
{
background-color: #700E5B;
}
.BgClassName
{
background-color: #700E5B;
}
</style>
border-color css
<style>
span { border-color: #700E5B; }
span { border-color: rgb(112,14,91); }
td.TdClassName
{
border-color: #700E5B;
}
.TagClassName
{
border-color: #700E5B;
}
</style>