Shades of Palatinate Purple #70166C
Tints of Palatinate Purple #70166C
RGB
CMYK
RGB Variations
Color information
#70166C (or 0x70166C) is known color: Palatinate Purple. HEX triplet: 70, 16 and 6C. RGB value is (112,22,108). Sum of RGB (Red+Green+Blue) = 112+22+108=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70166C is #8FE993. Grayscale: #3A3A3A. Windows color (decimal): -9431444 or 7083632. OLE color: 7083632.
HSL color Cylindrical-coordinate representation of color #70166C: hue angle of 302.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70166C is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 108 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.56 |
| HSL | 302.67º | 0.67% | 0.26% | - |
| HSV(B) | 302.67º | 0.8% | 0.44% | - |
| XYZ | 9.68 | 5.1 | 14.66 | - |
| YUV | 58.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 108 | 0 | 0.80 | 0.04 | 0.56 | 302.67 | 0.67 | 0.26 |
| Hex | 70 | 16 | 6C | 0 | 50 | 4 | 38 | 12F | 43 | 1A |
| Octal | 160 | 26 | 154 | 0 | 120 | 4 | 70 | 457 | 103 | 32 |
| Binary | 1110000 | 10110 | 1101100 | 0 | 1010000 | 100 | 111000 | 100101111 | 1000011 | 11010 |
Color Harmonies of #70166C
Complementary color
Monochromatic Colors of #70166C
Black with #70166C
Text Example
Text Example
White with #70166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70166C; }
p { color: rgb(112,22,108); }
H1.HeaderClassName
{
color: #70166C;
}
.AnyTagClassName
{
color: #70166C;
}
</style>
background-color css
<style>
a { background-color: #70166C; }
a { background-color: rgb(112,22,108); }
div.DivClassName
{
background-color: #70166C;
}
.BgClassName
{
background-color: #70166C;
}
</style>
border-color css
<style>
span { border-color: #70166C; }
span { border-color: rgb(112,22,108); }
td.TdClassName
{
border-color: #70166C;
}
.TagClassName
{
border-color: #70166C;
}
</style>