Shades of Palatinate Purple #70226D
Tints of Palatinate Purple #70226D
RGB
CMYK
RGB Variations
Color information
#70226D (or 0x70226D) is known color: Palatinate Purple. HEX triplet: 70, 22 and 6D. RGB value is (112,34,109). Sum of RGB (Red+Green+Blue) = 112+34+109=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70226D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70226D is #8FDD92. Grayscale: #414141. Windows color (decimal): -9428371 or 7152240. OLE color: 7152240.
HSL color Cylindrical-coordinate representation of color #70226D: hue angle of 302.31º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70226D is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 34 | 109 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.56 |
| HSL | 302.31º | 0.53% | 0.29% | - |
| HSV(B) | 302.31º | 0.7% | 0.44% | - |
| XYZ | 10.01 | 5.69 | 15.04 | - |
| YUV | 65.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 109 | 0 | 0.70 | 0.03 | 0.56 | 302.31 | 0.53 | 0.29 |
| Hex | 70 | 22 | 6D | 0 | 46 | 3 | 38 | 12E | 35 | 1D |
| Octal | 160 | 42 | 155 | 0 | 106 | 3 | 70 | 456 | 65 | 35 |
| Binary | 1110000 | 100010 | 1101101 | 0 | 1000110 | 11 | 111000 | 100101110 | 110101 | 11101 |
Color Harmonies of #70226D
Complementary color
Monochromatic Colors of #70226D
Black with #70226D
Text Example
Text Example
White with #70226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70226D; }
p { color: rgb(112,34,109); }
H1.HeaderClassName
{
color: #70226D;
}
.AnyTagClassName
{
color: #70226D;
}
</style>
background-color css
<style>
a { background-color: #70226D; }
a { background-color: rgb(112,34,109); }
div.DivClassName
{
background-color: #70226D;
}
.BgClassName
{
background-color: #70226D;
}
</style>
border-color css
<style>
span { border-color: #70226D; }
span { border-color: rgb(112,34,109); }
td.TdClassName
{
border-color: #70226D;
}
.TagClassName
{
border-color: #70226D;
}
</style>