Shades of Palatinate Purple #70216B
Tints of Palatinate Purple #70216B
RGB
CMYK
RGB Variations
Color information
#70216B (or 0x70216B) is known color: Palatinate Purple. HEX triplet: 70, 21 and 6B. RGB value is (112,33,107). Sum of RGB (Red+Green+Blue) = 112+33+107=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #70216B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70216B is #8FDE94. Grayscale: #404040. Windows color (decimal): -9428629 or 7020912. OLE color: 7020912.
HSL color Cylindrical-coordinate representation of color #70216B: hue angle of 303.8º 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 #70216B is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 107 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.56 |
| HSL | 303.8º | 0.54% | 0.28% | - |
| HSV(B) | 303.8º | 0.71% | 0.44% | - |
| XYZ | 9.88 | 5.59 | 14.47 | - |
| YUV | 65.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 107 | 0 | 0.71 | 0.04 | 0.56 | 303.8 | 0.54 | 0.28 |
| Hex | 70 | 21 | 6B | 0 | 47 | 4 | 38 | 130 | 36 | 1C |
| Octal | 160 | 41 | 153 | 0 | 107 | 4 | 70 | 460 | 66 | 34 |
| Binary | 1110000 | 100001 | 1101011 | 0 | 1000111 | 100 | 111000 | 100110000 | 110110 | 11100 |
Color Harmonies of #70216B
Complementary color
Monochromatic Colors of #70216B
Black with #70216B
Text Example
Text Example
White with #70216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70216B; }
p { color: rgb(112,33,107); }
H1.HeaderClassName
{
color: #70216B;
}
.AnyTagClassName
{
color: #70216B;
}
</style>
background-color css
<style>
a { background-color: #70216B; }
a { background-color: rgb(112,33,107); }
div.DivClassName
{
background-color: #70216B;
}
.BgClassName
{
background-color: #70216B;
}
</style>
border-color css
<style>
span { border-color: #70216B; }
span { border-color: rgb(112,33,107); }
td.TdClassName
{
border-color: #70216B;
}
.TagClassName
{
border-color: #70216B;
}
</style>