Shades of Palatinate Purple #70216E
Tints of Palatinate Purple #70216E
RGB
CMYK
RGB Variations
Color information
#70216E (or 0x70216E) is known color: Palatinate Purple. HEX triplet: 70, 21 and 6E. RGB value is (112,33,110). Sum of RGB (Red+Green+Blue) = 112+33+110=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70216E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70216E is #8FDE91. Grayscale: #414141. Windows color (decimal): -9428626 or 7217520. OLE color: 7217520.
HSL color Cylindrical-coordinate representation of color #70216E: hue angle of 301.52º 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 #70216E is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 110 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.56 |
| HSL | 301.52º | 0.54% | 0.28% | - |
| HSV(B) | 301.52º | 0.71% | 0.44% | - |
| XYZ | 10.04 | 5.66 | 15.31 | - |
| YUV | 65.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 110 | 0 | 0.71 | 0.02 | 0.56 | 301.52 | 0.54 | 0.28 |
| Hex | 70 | 21 | 6E | 0 | 47 | 2 | 38 | 12E | 36 | 1C |
| Octal | 160 | 41 | 156 | 0 | 107 | 2 | 70 | 456 | 66 | 34 |
| Binary | 1110000 | 100001 | 1101110 | 0 | 1000111 | 10 | 111000 | 100101110 | 110110 | 11100 |
Color Harmonies of #70216E
Complementary color
Monochromatic Colors of #70216E
Black with #70216E
Text Example
Text Example
White with #70216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70216E; }
p { color: rgb(112,33,110); }
H1.HeaderClassName
{
color: #70216E;
}
.AnyTagClassName
{
color: #70216E;
}
</style>
background-color css
<style>
a { background-color: #70216E; }
a { background-color: rgb(112,33,110); }
div.DivClassName
{
background-color: #70216E;
}
.BgClassName
{
background-color: #70216E;
}
</style>
border-color css
<style>
span { border-color: #70216E; }
span { border-color: rgb(112,33,110); }
td.TdClassName
{
border-color: #70216E;
}
.TagClassName
{
border-color: #70216E;
}
</style>