Shades of Palatinate Purple #70295D
Tints of Palatinate Purple #70295D
RGB
CMYK
RGB Variations
Color information
#70295D (or 0x70295D) is known color: Palatinate Purple. HEX triplet: 70, 29 and 5D. RGB value is (112,41,93). Sum of RGB (Red+Green+Blue) = 112+41+93=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #70295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70295D is #8FD6A2. Grayscale: #444444. Windows color (decimal): -9426595 or 6105456. OLE color: 6105456.
HSL color Cylindrical-coordinate representation of color #70295D: hue angle of 316.06º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70295D is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 41 | 93 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.56 |
| HSL | 316.06º | 0.46% | 0.3% | - |
| HSV(B) | 316.06º | 0.63% | 0.44% | - |
| XYZ | 9.45 | 5.82 | 10.98 | - |
| YUV | 68.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 93 | 0 | 0.63 | 0.17 | 0.56 | 316.06 | 0.46 | 0.3 |
| Hex | 70 | 29 | 5D | 0 | 3F | 11 | 38 | 13C | 2E | 1E |
| Octal | 160 | 51 | 135 | 0 | 77 | 21 | 70 | 474 | 56 | 36 |
| Binary | 1110000 | 101001 | 1011101 | 0 | 111111 | 10001 | 111000 | 100111100 | 101110 | 11110 |
Color Harmonies of #70295D
Complementary color
Monochromatic Colors of #70295D
Black with #70295D
Text Example
Text Example
White with #70295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70295D; }
p { color: rgb(112,41,93); }
H1.HeaderClassName
{
color: #70295D;
}
.AnyTagClassName
{
color: #70295D;
}
</style>
background-color css
<style>
a { background-color: #70295D; }
a { background-color: rgb(112,41,93); }
div.DivClassName
{
background-color: #70295D;
}
.BgClassName
{
background-color: #70295D;
}
</style>
border-color css
<style>
span { border-color: #70295D; }
span { border-color: rgb(112,41,93); }
td.TdClassName
{
border-color: #70295D;
}
.TagClassName
{
border-color: #70295D;
}
</style>