Shades of Palatinate Purple #70295F
Tints of Palatinate Purple #70295F
RGB
CMYK
RGB Variations
Color information
#70295F (or 0x70295F) is known color: Palatinate Purple. HEX triplet: 70, 29 and 5F. RGB value is (112,41,95). Sum of RGB (Red+Green+Blue) = 112+41+95=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #70295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70295F is #8FD6A0. Grayscale: #444444. Windows color (decimal): -9426593 or 6236528. OLE color: 6236528.
HSL color Cylindrical-coordinate representation of color #70295F: hue angle of 314.37º 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 #70295F is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 41 | 95 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.56 |
| HSL | 314.37º | 0.46% | 0.3% | - |
| HSV(B) | 314.37º | 0.63% | 0.44% | - |
| XYZ | 9.54 | 5.86 | 11.45 | - |
| YUV | 68.39 | 143.02 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 95 | 0 | 0.63 | 0.15 | 0.56 | 314.37 | 0.46 | 0.3 |
| Hex | 70 | 29 | 5F | 0 | 3F | F | 38 | 13A | 2E | 1E |
| Octal | 160 | 51 | 137 | 0 | 77 | 17 | 70 | 472 | 56 | 36 |
| Binary | 1110000 | 101001 | 1011111 | 0 | 111111 | 1111 | 111000 | 100111010 | 101110 | 11110 |
Color Harmonies of #70295F
Complementary color
Monochromatic Colors of #70295F
Black with #70295F
Text Example
Text Example
White with #70295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70295F; }
p { color: rgb(112,41,95); }
H1.HeaderClassName
{
color: #70295F;
}
.AnyTagClassName
{
color: #70295F;
}
</style>
background-color css
<style>
a { background-color: #70295F; }
a { background-color: rgb(112,41,95); }
div.DivClassName
{
background-color: #70295F;
}
.BgClassName
{
background-color: #70295F;
}
</style>
border-color css
<style>
span { border-color: #70295F; }
span { border-color: rgb(112,41,95); }
td.TdClassName
{
border-color: #70295F;
}
.TagClassName
{
border-color: #70295F;
}
</style>