Shades of Palatinate Purple #70136D
Tints of Palatinate Purple #70136D
RGB
CMYK
RGB Variations
Color information
#70136D (or 0x70136D) is known color: Palatinate Purple. HEX triplet: 70, 13 and 6D. RGB value is (112,19,109). Sum of RGB (Red+Green+Blue) = 112+19+109=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #70136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70136D is #8FEC92. Grayscale: #383838. Windows color (decimal): -9432211 or 7148400. OLE color: 7148400.
HSL color Cylindrical-coordinate representation of color #70136D: hue angle of 301.94º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70136D is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 19 | 109 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.56 |
| HSL | 301.94º | 0.71% | 0.26% | - |
| HSV(B) | 301.94º | 0.83% | 0.44% | - |
| XYZ | 9.68 | 5.01 | 14.93 | - |
| YUV | 57.07 | 157.31 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 109 | 0 | 0.83 | 0.03 | 0.56 | 301.94 | 0.71 | 0.26 |
| Hex | 70 | 13 | 6D | 0 | 53 | 3 | 38 | 12E | 47 | 1A |
| Octal | 160 | 23 | 155 | 0 | 123 | 3 | 70 | 456 | 107 | 32 |
| Binary | 1110000 | 10011 | 1101101 | 0 | 1010011 | 11 | 111000 | 100101110 | 1000111 | 11010 |
Color Harmonies of #70136D
Complementary color
Monochromatic Colors of #70136D
Black with #70136D
Text Example
Text Example
White with #70136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70136D; }
p { color: rgb(112,19,109); }
H1.HeaderClassName
{
color: #70136D;
}
.AnyTagClassName
{
color: #70136D;
}
</style>
background-color css
<style>
a { background-color: #70136D; }
a { background-color: rgb(112,19,109); }
div.DivClassName
{
background-color: #70136D;
}
.BgClassName
{
background-color: #70136D;
}
</style>
border-color css
<style>
span { border-color: #70136D; }
span { border-color: rgb(112,19,109); }
td.TdClassName
{
border-color: #70136D;
}
.TagClassName
{
border-color: #70136D;
}
</style>