Shades of Palatinate Purple #70226C
Tints of Palatinate Purple #70226C
RGB
CMYK
RGB Variations
Color information
#70226C (or 0x70226C) is known color: Palatinate Purple. HEX triplet: 70, 22 and 6C. RGB value is (112,34,108). Sum of RGB (Red+Green+Blue) = 112+34+108=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #70226C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70226C is #8FDD93. Grayscale: #414141. Windows color (decimal): -9428372 or 7086704. OLE color: 7086704.
HSL color Cylindrical-coordinate representation of color #70226C: hue angle of 303.08º 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 #70226C is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 34 | 108 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.56 |
| HSL | 303.08º | 0.53% | 0.29% | - |
| HSV(B) | 303.08º | 0.7% | 0.44% | - |
| XYZ | 9.96 | 5.67 | 14.76 | - |
| YUV | 65.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 108 | 0 | 0.70 | 0.04 | 0.56 | 303.08 | 0.53 | 0.29 |
| Hex | 70 | 22 | 6C | 0 | 46 | 4 | 38 | 12F | 35 | 1D |
| Octal | 160 | 42 | 154 | 0 | 106 | 4 | 70 | 457 | 65 | 35 |
| Binary | 1110000 | 100010 | 1101100 | 0 | 1000110 | 100 | 111000 | 100101111 | 110101 | 11101 |
Color Harmonies of #70226C
Complementary color
Monochromatic Colors of #70226C
Black with #70226C
Text Example
Text Example
White with #70226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70226C; }
p { color: rgb(112,34,108); }
H1.HeaderClassName
{
color: #70226C;
}
.AnyTagClassName
{
color: #70226C;
}
</style>
background-color css
<style>
a { background-color: #70226C; }
a { background-color: rgb(112,34,108); }
div.DivClassName
{
background-color: #70226C;
}
.BgClassName
{
background-color: #70226C;
}
</style>
border-color css
<style>
span { border-color: #70226C; }
span { border-color: rgb(112,34,108); }
td.TdClassName
{
border-color: #70226C;
}
.TagClassName
{
border-color: #70226C;
}
</style>