Shades of Palatinate Purple #70115A
Tints of Palatinate Purple #70115A
RGB
CMYK
RGB Variations
Color information
#70115A (or 0x70115A) is known color: Palatinate Purple. HEX triplet: 70, 11 and 5A. RGB value is (112,17,90). Sum of RGB (Red+Green+Blue) = 112+17+90=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #70115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70115A is #8FEEA5. Grayscale: #353535. Windows color (decimal): -9432742 or 5902704. OLE color: 5902704.
HSL color Cylindrical-coordinate representation of color #70115A: hue angle of 313.89º 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 #70115A is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 90 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.56 |
| HSL | 313.89º | 0.74% | 0.25% | - |
| HSV(B) | 313.89º | 0.85% | 0.44% | - |
| XYZ | 8.73 | 4.58 | 10.1 | - |
| YUV | 53.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 90 | 0 | 0.85 | 0.20 | 0.56 | 313.89 | 0.74 | 0.25 |
| Hex | 70 | 11 | 5A | 0 | 55 | 14 | 38 | 13A | 4A | 19 |
| Octal | 160 | 21 | 132 | 0 | 125 | 24 | 70 | 472 | 112 | 31 |
| Binary | 1110000 | 10001 | 1011010 | 0 | 1010101 | 10100 | 111000 | 100111010 | 1001010 | 11001 |
Color Harmonies of #70115A
Complementary color
Monochromatic Colors of #70115A
Black with #70115A
Text Example
Text Example
White with #70115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70115A; }
p { color: rgb(112,17,90); }
H1.HeaderClassName
{
color: #70115A;
}
.AnyTagClassName
{
color: #70115A;
}
</style>
background-color css
<style>
a { background-color: #70115A; }
a { background-color: rgb(112,17,90); }
div.DivClassName
{
background-color: #70115A;
}
.BgClassName
{
background-color: #70115A;
}
</style>
border-color css
<style>
span { border-color: #70115A; }
span { border-color: rgb(112,17,90); }
td.TdClassName
{
border-color: #70115A;
}
.TagClassName
{
border-color: #70115A;
}
</style>