Shades of Palatinate Purple #70355C
Tints of Palatinate Purple #70355C
RGB
CMYK
RGB Variations
Color information
#70355C (or 0x70355C) is known color: Palatinate Purple. HEX triplet: 70, 35 and 5C. RGB value is (112,53,92). Sum of RGB (Red+Green+Blue) = 112+53+92=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70355C is #8FCAA3. Grayscale: #4A4A4A. Windows color (decimal): -9423524 or 6042992. OLE color: 6042992.
HSL color Cylindrical-coordinate representation of color #70355C: hue angle of 320.34º 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 #70355C is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 92 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.56 |
| HSL | 320.34º | 0.36% | 0.32% | - |
| HSV(B) | 320.34º | 0.53% | 0.44% | - |
| XYZ | 9.89 | 6.76 | 10.91 | - |
| YUV | 75.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 92 | 0 | 0.53 | 0.18 | 0.56 | 320.34 | 0.36 | 0.32 |
| Hex | 70 | 35 | 5C | 0 | 35 | 12 | 38 | 140 | 24 | 20 |
| Octal | 160 | 65 | 134 | 0 | 65 | 22 | 70 | 500 | 44 | 40 |
| Binary | 1110000 | 110101 | 1011100 | 0 | 110101 | 10010 | 111000 | 101000000 | 100100 | 100000 |
Color Harmonies of #70355C
Complementary color
Monochromatic Colors of #70355C
Black with #70355C
Text Example
Text Example
White with #70355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70355C; }
p { color: rgb(112,53,92); }
H1.HeaderClassName
{
color: #70355C;
}
.AnyTagClassName
{
color: #70355C;
}
</style>
background-color css
<style>
a { background-color: #70355C; }
a { background-color: rgb(112,53,92); }
div.DivClassName
{
background-color: #70355C;
}
.BgClassName
{
background-color: #70355C;
}
</style>
border-color css
<style>
span { border-color: #70355C; }
span { border-color: rgb(112,53,92); }
td.TdClassName
{
border-color: #70355C;
}
.TagClassName
{
border-color: #70355C;
}
</style>