Shades of Palatinate Purple #70295A
Tints of Palatinate Purple #70295A
RGB
CMYK
RGB Variations
Color information
#70295A (or 0x70295A) is known color: Palatinate Purple. HEX triplet: 70, 29 and 5A. RGB value is (112,41,90). Sum of RGB (Red+Green+Blue) = 112+41+90=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70295A is #8FD6A5. Grayscale: #434343. Windows color (decimal): -9426598 or 5908848. OLE color: 5908848.
HSL color Cylindrical-coordinate representation of color #70295A: hue angle of 318.59º 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 #70295A is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 41 | 90 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.56 |
| HSL | 318.59º | 0.46% | 0.3% | - |
| HSV(B) | 318.59º | 0.63% | 0.44% | - |
| XYZ | 9.32 | 5.77 | 10.3 | - |
| YUV | 67.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 90 | 0 | 0.63 | 0.20 | 0.56 | 318.59 | 0.46 | 0.3 |
| Hex | 70 | 29 | 5A | 0 | 3F | 14 | 38 | 13F | 2E | 1E |
| Octal | 160 | 51 | 132 | 0 | 77 | 24 | 70 | 477 | 56 | 36 |
| Binary | 1110000 | 101001 | 1011010 | 0 | 111111 | 10100 | 111000 | 100111111 | 101110 | 11110 |
Color Harmonies of #70295A
Complementary color
Monochromatic Colors of #70295A
Black with #70295A
Text Example
Text Example
White with #70295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70295A; }
p { color: rgb(112,41,90); }
H1.HeaderClassName
{
color: #70295A;
}
.AnyTagClassName
{
color: #70295A;
}
</style>
background-color css
<style>
a { background-color: #70295A; }
a { background-color: rgb(112,41,90); }
div.DivClassName
{
background-color: #70295A;
}
.BgClassName
{
background-color: #70295A;
}
</style>
border-color css
<style>
span { border-color: #70295A; }
span { border-color: rgb(112,41,90); }
td.TdClassName
{
border-color: #70295A;
}
.TagClassName
{
border-color: #70295A;
}
</style>