Shades of Palatinate Purple #70115E
Tints of Palatinate Purple #70115E
RGB
CMYK
RGB Variations
Color information
#70115E (or 0x70115E) is known color: Palatinate Purple. HEX triplet: 70, 11 and 5E. RGB value is (112,17,94). Sum of RGB (Red+Green+Blue) = 112+17+94=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70115E is #8FEEA1. Grayscale: #353535. Windows color (decimal): -9432738 or 6164848. OLE color: 6164848.
HSL color Cylindrical-coordinate representation of color #70115E: hue angle of 311.37º 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 #70115E is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 94 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.56 |
| HSL | 311.37º | 0.74% | 0.25% | - |
| HSV(B) | 311.37º | 0.85% | 0.44% | - |
| XYZ | 8.9 | 4.65 | 11.02 | - |
| YUV | 54.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 94 | 0 | 0.85 | 0.16 | 0.56 | 311.37 | 0.74 | 0.25 |
| Hex | 70 | 11 | 5E | 0 | 55 | 10 | 38 | 137 | 4A | 19 |
| Octal | 160 | 21 | 136 | 0 | 125 | 20 | 70 | 467 | 112 | 31 |
| Binary | 1110000 | 10001 | 1011110 | 0 | 1010101 | 10000 | 111000 | 100110111 | 1001010 | 11001 |
Color Harmonies of #70115E
Complementary color
Monochromatic Colors of #70115E
Black with #70115E
Text Example
Text Example
White with #70115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70115E; }
p { color: rgb(112,17,94); }
H1.HeaderClassName
{
color: #70115E;
}
.AnyTagClassName
{
color: #70115E;
}
</style>
background-color css
<style>
a { background-color: #70115E; }
a { background-color: rgb(112,17,94); }
div.DivClassName
{
background-color: #70115E;
}
.BgClassName
{
background-color: #70115E;
}
</style>
border-color css
<style>
span { border-color: #70115E; }
span { border-color: rgb(112,17,94); }
td.TdClassName
{
border-color: #70115E;
}
.TagClassName
{
border-color: #70115E;
}
</style>