Shades of Palatinate Purple #70315E
Tints of Palatinate Purple #70315E
RGB
CMYK
RGB Variations
Color information
#70315E (or 0x70315E) is known color: Palatinate Purple. HEX triplet: 70, 31 and 5E. RGB value is (112,49,94). Sum of RGB (Red+Green+Blue) = 112+49+94=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70315E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70315E is #8FCEA1. Grayscale: #484848. Windows color (decimal): -9424546 or 6173040. OLE color: 6173040.
HSL color Cylindrical-coordinate representation of color #70315E: hue angle of 317.14º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70315E is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 94 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.56 |
| HSL | 317.14º | 0.39% | 0.32% | - |
| HSV(B) | 317.14º | 0.56% | 0.44% | - |
| XYZ | 9.8 | 6.45 | 11.32 | - |
| YUV | 72.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 94 | 0 | 0.56 | 0.16 | 0.56 | 317.14 | 0.39 | 0.32 |
| Hex | 70 | 31 | 5E | 0 | 38 | 10 | 38 | 13D | 27 | 20 |
| Octal | 160 | 61 | 136 | 0 | 70 | 20 | 70 | 475 | 47 | 40 |
| Binary | 1110000 | 110001 | 1011110 | 0 | 111000 | 10000 | 111000 | 100111101 | 100111 | 100000 |
Color Harmonies of #70315E
Complementary color
Monochromatic Colors of #70315E
Black with #70315E
Text Example
Text Example
White with #70315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70315E; }
p { color: rgb(112,49,94); }
H1.HeaderClassName
{
color: #70315E;
}
.AnyTagClassName
{
color: #70315E;
}
</style>
background-color css
<style>
a { background-color: #70315E; }
a { background-color: rgb(112,49,94); }
div.DivClassName
{
background-color: #70315E;
}
.BgClassName
{
background-color: #70315E;
}
</style>
border-color css
<style>
span { border-color: #70315E; }
span { border-color: rgb(112,49,94); }
td.TdClassName
{
border-color: #70315E;
}
.TagClassName
{
border-color: #70315E;
}
</style>