Shades of Palatinate Purple #70116E
Tints of Palatinate Purple #70116E
RGB
CMYK
RGB Variations
Color information
#70116E (or 0x70116E) is known color: Palatinate Purple. HEX triplet: 70, 11 and 6E. RGB value is (112,17,110). Sum of RGB (Red+Green+Blue) = 112+17+110=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70116E is #8FEE91. Grayscale: #373737. Windows color (decimal): -9432722 or 7213424. OLE color: 7213424.
HSL color Cylindrical-coordinate representation of color #70116E: hue angle of 301.26º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70116E is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 110 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.56 |
| HSL | 301.26º | 0.74% | 0.25% | - |
| HSV(B) | 301.26º | 0.85% | 0.44% | - |
| XYZ | 9.7 | 4.97 | 15.2 | - |
| YUV | 56.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 110 | 0 | 0.85 | 0.02 | 0.56 | 301.26 | 0.74 | 0.25 |
| Hex | 70 | 11 | 6E | 0 | 55 | 2 | 38 | 12D | 4A | 19 |
| Octal | 160 | 21 | 156 | 0 | 125 | 2 | 70 | 455 | 112 | 31 |
| Binary | 1110000 | 10001 | 1101110 | 0 | 1010101 | 10 | 111000 | 100101101 | 1001010 | 11001 |
Color Harmonies of #70116E
Complementary color
Monochromatic Colors of #70116E
Black with #70116E
Text Example
Text Example
White with #70116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70116E; }
p { color: rgb(112,17,110); }
H1.HeaderClassName
{
color: #70116E;
}
.AnyTagClassName
{
color: #70116E;
}
</style>
background-color css
<style>
a { background-color: #70116E; }
a { background-color: rgb(112,17,110); }
div.DivClassName
{
background-color: #70116E;
}
.BgClassName
{
background-color: #70116E;
}
</style>
border-color css
<style>
span { border-color: #70116E; }
span { border-color: rgb(112,17,110); }
td.TdClassName
{
border-color: #70116E;
}
.TagClassName
{
border-color: #70116E;
}
</style>