Shades of Palatinate Purple #70355D
Tints of Palatinate Purple #70355D
RGB
CMYK
RGB Variations
Color information
#70355D (or 0x70355D) is known color: Palatinate Purple. HEX triplet: 70, 35 and 5D. RGB value is (112,53,93). Sum of RGB (Red+Green+Blue) = 112+53+93=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #70355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70355D is #8FCAA2. Grayscale: #4B4B4B. Windows color (decimal): -9423523 or 6108528. OLE color: 6108528.
HSL color Cylindrical-coordinate representation of color #70355D: hue angle of 319.32º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70355D is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 93 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.56 |
| HSL | 319.32º | 0.36% | 0.32% | - |
| HSV(B) | 319.32º | 0.53% | 0.44% | - |
| XYZ | 9.93 | 6.78 | 11.14 | - |
| YUV | 75.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 93 | 0 | 0.53 | 0.17 | 0.56 | 319.32 | 0.36 | 0.32 |
| Hex | 70 | 35 | 5D | 0 | 35 | 11 | 38 | 13F | 24 | 20 |
| Octal | 160 | 65 | 135 | 0 | 65 | 21 | 70 | 477 | 44 | 40 |
| Binary | 1110000 | 110101 | 1011101 | 0 | 110101 | 10001 | 111000 | 100111111 | 100100 | 100000 |
Color Harmonies of #70355D
Complementary color
Monochromatic Colors of #70355D
Black with #70355D
Text Example
Text Example
White with #70355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70355D; }
p { color: rgb(112,53,93); }
H1.HeaderClassName
{
color: #70355D;
}
.AnyTagClassName
{
color: #70355D;
}
</style>
background-color css
<style>
a { background-color: #70355D; }
a { background-color: rgb(112,53,93); }
div.DivClassName
{
background-color: #70355D;
}
.BgClassName
{
background-color: #70355D;
}
</style>
border-color css
<style>
span { border-color: #70355D; }
span { border-color: rgb(112,53,93); }
td.TdClassName
{
border-color: #70355D;
}
.TagClassName
{
border-color: #70355D;
}
</style>