Shades of Palatinate Purple #70106D
Tints of Palatinate Purple #70106D
RGB
CMYK
RGB Variations
Color information
#70106D (or 0x70106D) is known color: Palatinate Purple. HEX triplet: 70, 10 and 6D. RGB value is (112,16,109). Sum of RGB (Red+Green+Blue) = 112+16+109=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #70106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70106D is #8FEF92. Grayscale: #373737. Windows color (decimal): -9432979 or 7147632. OLE color: 7147632.
HSL color Cylindrical-coordinate representation of color #70106D: hue angle of 301.88º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70106D is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 16 | 109 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.56 |
| HSL | 301.88º | 0.75% | 0.25% | - |
| HSV(B) | 301.88º | 0.86% | 0.44% | - |
| XYZ | 9.63 | 4.92 | 14.91 | - |
| YUV | 55.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 109 | 0 | 0.86 | 0.03 | 0.56 | 301.88 | 0.75 | 0.25 |
| Hex | 70 | 10 | 6D | 0 | 56 | 3 | 38 | 12E | 4B | 19 |
| Octal | 160 | 20 | 155 | 0 | 126 | 3 | 70 | 456 | 113 | 31 |
| Binary | 1110000 | 10000 | 1101101 | 0 | 1010110 | 11 | 111000 | 100101110 | 1001011 | 11001 |
Color Harmonies of #70106D
Complementary color
Monochromatic Colors of #70106D
Black with #70106D
Text Example
Text Example
White with #70106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70106D; }
p { color: rgb(112,16,109); }
H1.HeaderClassName
{
color: #70106D;
}
.AnyTagClassName
{
color: #70106D;
}
</style>
background-color css
<style>
a { background-color: #70106D; }
a { background-color: rgb(112,16,109); }
div.DivClassName
{
background-color: #70106D;
}
.BgClassName
{
background-color: #70106D;
}
</style>
border-color css
<style>
span { border-color: #70106D; }
span { border-color: rgb(112,16,109); }
td.TdClassName
{
border-color: #70106D;
}
.TagClassName
{
border-color: #70106D;
}
</style>