Shades of Palatinate Purple #70375D
Tints of Palatinate Purple #70375D
RGB
CMYK
RGB Variations
Color information
#70375D (or 0x70375D) is known color: Palatinate Purple. HEX triplet: 70, 37 and 5D. RGB value is (112,55,93). Sum of RGB (Red+Green+Blue) = 112+55+93=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70375D is #8FC8A2. Grayscale: #4C4C4C. Windows color (decimal): -9423011 or 6109040. OLE color: 6109040.
HSL color Cylindrical-coordinate representation of color #70375D: hue angle of 320º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70375D is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 93 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.56 |
| HSL | 320º | 0.34% | 0.33% | - |
| HSV(B) | 320º | 0.51% | 0.44% | - |
| XYZ | 10.02 | 6.97 | 11.17 | - |
| YUV | 76.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 93 | 0 | 0.51 | 0.17 | 0.56 | 320 | 0.34 | 0.33 |
| Hex | 70 | 37 | 5D | 0 | 33 | 11 | 38 | 140 | 22 | 21 |
| Octal | 160 | 67 | 135 | 0 | 63 | 21 | 70 | 500 | 42 | 41 |
| Binary | 1110000 | 110111 | 1011101 | 0 | 110011 | 10001 | 111000 | 101000000 | 100010 | 100001 |
Color Harmonies of #70375D
Complementary color
Monochromatic Colors of #70375D
Black with #70375D
Text Example
Text Example
White with #70375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70375D; }
p { color: rgb(112,55,93); }
H1.HeaderClassName
{
color: #70375D;
}
.AnyTagClassName
{
color: #70375D;
}
</style>
background-color css
<style>
a { background-color: #70375D; }
a { background-color: rgb(112,55,93); }
div.DivClassName
{
background-color: #70375D;
}
.BgClassName
{
background-color: #70375D;
}
</style>
border-color css
<style>
span { border-color: #70375D; }
span { border-color: rgb(112,55,93); }
td.TdClassName
{
border-color: #70375D;
}
.TagClassName
{
border-color: #70375D;
}
</style>