Shades of Palatinate Purple #70315D
Tints of Palatinate Purple #70315D
RGB
CMYK
RGB Variations
Color information
#70315D (or 0x70315D) is known color: Palatinate Purple. HEX triplet: 70, 31 and 5D. RGB value is (112,49,93). Sum of RGB (Red+Green+Blue) = 112+49+93=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #70315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70315D is #8FCEA2. Grayscale: #484848. Windows color (decimal): -9424547 or 6107504. OLE color: 6107504.
HSL color Cylindrical-coordinate representation of color #70315D: hue angle of 318.1º 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 #70315D is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 93 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.56 |
| HSL | 318.1º | 0.39% | 0.32% | - |
| HSV(B) | 318.1º | 0.56% | 0.44% | - |
| XYZ | 9.76 | 6.43 | 11.08 | - |
| YUV | 72.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 93 | 0 | 0.56 | 0.17 | 0.56 | 318.1 | 0.39 | 0.32 |
| Hex | 70 | 31 | 5D | 0 | 38 | 11 | 38 | 13E | 27 | 20 |
| Octal | 160 | 61 | 135 | 0 | 70 | 21 | 70 | 476 | 47 | 40 |
| Binary | 1110000 | 110001 | 1011101 | 0 | 111000 | 10001 | 111000 | 100111110 | 100111 | 100000 |
Color Harmonies of #70315D
Complementary color
Monochromatic Colors of #70315D
Black with #70315D
Text Example
Text Example
White with #70315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70315D; }
p { color: rgb(112,49,93); }
H1.HeaderClassName
{
color: #70315D;
}
.AnyTagClassName
{
color: #70315D;
}
</style>
background-color css
<style>
a { background-color: #70315D; }
a { background-color: rgb(112,49,93); }
div.DivClassName
{
background-color: #70315D;
}
.BgClassName
{
background-color: #70315D;
}
</style>
border-color css
<style>
span { border-color: #70315D; }
span { border-color: rgb(112,49,93); }
td.TdClassName
{
border-color: #70315D;
}
.TagClassName
{
border-color: #70315D;
}
</style>