Shades of Palatinate Purple #70355B
Tints of Palatinate Purple #70355B
RGB
CMYK
RGB Variations
Color information
#70355B (or 0x70355B) is known color: Palatinate Purple. HEX triplet: 70, 35 and 5B. RGB value is (112,53,91). Sum of RGB (Red+Green+Blue) = 112+53+91=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70355B is #8FCAA4. Grayscale: #4A4A4A. Windows color (decimal): -9423525 or 5977456. OLE color: 5977456.
HSL color Cylindrical-coordinate representation of color #70355B: hue angle of 321.36º 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 #70355B is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 91 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.56 |
| HSL | 321.36º | 0.36% | 0.32% | - |
| HSV(B) | 321.36º | 0.53% | 0.44% | - |
| XYZ | 9.84 | 6.75 | 10.68 | - |
| YUV | 74.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 91 | 0 | 0.53 | 0.19 | 0.56 | 321.36 | 0.36 | 0.32 |
| Hex | 70 | 35 | 5B | 0 | 35 | 13 | 38 | 141 | 24 | 20 |
| Octal | 160 | 65 | 133 | 0 | 65 | 23 | 70 | 501 | 44 | 40 |
| Binary | 1110000 | 110101 | 1011011 | 0 | 110101 | 10011 | 111000 | 101000001 | 100100 | 100000 |
Color Harmonies of #70355B
Complementary color
Monochromatic Colors of #70355B
Black with #70355B
Text Example
Text Example
White with #70355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70355B; }
p { color: rgb(112,53,91); }
H1.HeaderClassName
{
color: #70355B;
}
.AnyTagClassName
{
color: #70355B;
}
</style>
background-color css
<style>
a { background-color: #70355B; }
a { background-color: rgb(112,53,91); }
div.DivClassName
{
background-color: #70355B;
}
.BgClassName
{
background-color: #70355B;
}
</style>
border-color css
<style>
span { border-color: #70355B; }
span { border-color: rgb(112,53,91); }
td.TdClassName
{
border-color: #70355B;
}
.TagClassName
{
border-color: #70355B;
}
</style>