Shades of Palatinate Purple #70335E
Tints of Palatinate Purple #70335E
RGB
CMYK
RGB Variations
Color information
#70335E (or 0x70335E) is known color: Palatinate Purple. HEX triplet: 70, 33 and 5E. RGB value is (112,51,94). Sum of RGB (Red+Green+Blue) = 112+51+94=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70335E is #8FCCA1. Grayscale: #4A4A4A. Windows color (decimal): -9424034 or 6173552. OLE color: 6173552.
HSL color Cylindrical-coordinate representation of color #70335E: hue angle of 317.7º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70335E is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 51 | 94 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.56 |
| HSL | 317.7º | 0.37% | 0.32% | - |
| HSV(B) | 317.7º | 0.54% | 0.44% | - |
| XYZ | 9.89 | 6.62 | 11.35 | - |
| YUV | 74.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 94 | 0 | 0.54 | 0.16 | 0.56 | 317.7 | 0.37 | 0.32 |
| Hex | 70 | 33 | 5E | 0 | 36 | 10 | 38 | 13E | 25 | 20 |
| Octal | 160 | 63 | 136 | 0 | 66 | 20 | 70 | 476 | 45 | 40 |
| Binary | 1110000 | 110011 | 1011110 | 0 | 110110 | 10000 | 111000 | 100111110 | 100101 | 100000 |
Color Harmonies of #70335E
Complementary color
Monochromatic Colors of #70335E
Black with #70335E
Text Example
Text Example
White with #70335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70335E; }
p { color: rgb(112,51,94); }
H1.HeaderClassName
{
color: #70335E;
}
.AnyTagClassName
{
color: #70335E;
}
</style>
background-color css
<style>
a { background-color: #70335E; }
a { background-color: rgb(112,51,94); }
div.DivClassName
{
background-color: #70335E;
}
.BgClassName
{
background-color: #70335E;
}
</style>
border-color css
<style>
span { border-color: #70335E; }
span { border-color: rgb(112,51,94); }
td.TdClassName
{
border-color: #70335E;
}
.TagClassName
{
border-color: #70335E;
}
</style>