Shades of Palatinate Purple #70146D
Tints of Palatinate Purple #70146D
RGB
CMYK
RGB Variations
Color information
#70146D (or 0x70146D) is known color: Palatinate Purple. HEX triplet: 70, 14 and 6D. RGB value is (112,20,109). Sum of RGB (Red+Green+Blue) = 112+20+109=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70146D is #8FEB92. Grayscale: #393939. Windows color (decimal): -9431955 or 7148656. OLE color: 7148656.
HSL color Cylindrical-coordinate representation of color #70146D: hue angle of 301.96º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70146D is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 109 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.56 |
| HSL | 301.96º | 0.7% | 0.26% | - |
| HSV(B) | 301.96º | 0.82% | 0.44% | - |
| XYZ | 9.69 | 5.05 | 14.93 | - |
| YUV | 57.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 109 | 0 | 0.82 | 0.03 | 0.56 | 301.96 | 0.7 | 0.26 |
| Hex | 70 | 14 | 6D | 0 | 52 | 3 | 38 | 12E | 46 | 1A |
| Octal | 160 | 24 | 155 | 0 | 122 | 3 | 70 | 456 | 106 | 32 |
| Binary | 1110000 | 10100 | 1101101 | 0 | 1010010 | 11 | 111000 | 100101110 | 1000110 | 11010 |
Color Harmonies of #70146D
Complementary color
Monochromatic Colors of #70146D
Black with #70146D
Text Example
Text Example
White with #70146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70146D; }
p { color: rgb(112,20,109); }
H1.HeaderClassName
{
color: #70146D;
}
.AnyTagClassName
{
color: #70146D;
}
</style>
background-color css
<style>
a { background-color: #70146D; }
a { background-color: rgb(112,20,109); }
div.DivClassName
{
background-color: #70146D;
}
.BgClassName
{
background-color: #70146D;
}
</style>
border-color css
<style>
span { border-color: #70146D; }
span { border-color: rgb(112,20,109); }
td.TdClassName
{
border-color: #70146D;
}
.TagClassName
{
border-color: #70146D;
}
</style>