Shades of Palatinate Purple #70215D
Tints of Palatinate Purple #70215D
RGB
CMYK
RGB Variations
Color information
#70215D (or 0x70215D) is known color: Palatinate Purple. HEX triplet: 70, 21 and 5D. RGB value is (112,33,93). Sum of RGB (Red+Green+Blue) = 112+33+93=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #70215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70215D is #8FDEA2. Grayscale: #3F3F3F. Windows color (decimal): -9428643 or 6103408. OLE color: 6103408.
HSL color Cylindrical-coordinate representation of color #70215D: hue angle of 314.43º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70215D is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 93 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.56 |
| HSL | 314.43º | 0.54% | 0.28% | - |
| HSV(B) | 314.43º | 0.71% | 0.44% | - |
| XYZ | 9.2 | 5.32 | 10.9 | - |
| YUV | 63.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 93 | 0 | 0.71 | 0.17 | 0.56 | 314.43 | 0.54 | 0.28 |
| Hex | 70 | 21 | 5D | 0 | 47 | 11 | 38 | 13A | 36 | 1C |
| Octal | 160 | 41 | 135 | 0 | 107 | 21 | 70 | 472 | 66 | 34 |
| Binary | 1110000 | 100001 | 1011101 | 0 | 1000111 | 10001 | 111000 | 100111010 | 110110 | 11100 |
Color Harmonies of #70215D
Complementary color
Monochromatic Colors of #70215D
Black with #70215D
Text Example
Text Example
White with #70215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70215D; }
p { color: rgb(112,33,93); }
H1.HeaderClassName
{
color: #70215D;
}
.AnyTagClassName
{
color: #70215D;
}
</style>
background-color css
<style>
a { background-color: #70215D; }
a { background-color: rgb(112,33,93); }
div.DivClassName
{
background-color: #70215D;
}
.BgClassName
{
background-color: #70215D;
}
</style>
border-color css
<style>
span { border-color: #70215D; }
span { border-color: rgb(112,33,93); }
td.TdClassName
{
border-color: #70215D;
}
.TagClassName
{
border-color: #70215D;
}
</style>