Shades of Palatinate Purple #70156A
Tints of Palatinate Purple #70156A
RGB
CMYK
RGB Variations
Color information
#70156A (or 0x70156A) is known color: Palatinate Purple. HEX triplet: 70, 15 and 6A. RGB value is (112,21,106). Sum of RGB (Red+Green+Blue) = 112+21+106=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70156A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70156A is #8FEA95. Grayscale: #393939. Windows color (decimal): -9431702 or 6952304. OLE color: 6952304.
HSL color Cylindrical-coordinate representation of color #70156A: hue angle of 303.96º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70156A is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 21 | 106 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.56 |
| HSL | 303.96º | 0.68% | 0.26% | - |
| HSV(B) | 303.96º | 0.81% | 0.44% | - |
| XYZ | 9.55 | 5.02 | 14.1 | - |
| YUV | 57.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 106 | 0 | 0.81 | 0.05 | 0.56 | 303.96 | 0.68 | 0.26 |
| Hex | 70 | 15 | 6A | 0 | 51 | 5 | 38 | 130 | 44 | 1A |
| Octal | 160 | 25 | 152 | 0 | 121 | 5 | 70 | 460 | 104 | 32 |
| Binary | 1110000 | 10101 | 1101010 | 0 | 1010001 | 101 | 111000 | 100110000 | 1000100 | 11010 |
Color Harmonies of #70156A
Complementary color
Monochromatic Colors of #70156A
Black with #70156A
Text Example
Text Example
White with #70156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70156A; }
p { color: rgb(112,21,106); }
H1.HeaderClassName
{
color: #70156A;
}
.AnyTagClassName
{
color: #70156A;
}
</style>
background-color css
<style>
a { background-color: #70156A; }
a { background-color: rgb(112,21,106); }
div.DivClassName
{
background-color: #70156A;
}
.BgClassName
{
background-color: #70156A;
}
</style>
border-color css
<style>
span { border-color: #70156A; }
span { border-color: rgb(112,21,106); }
td.TdClassName
{
border-color: #70156A;
}
.TagClassName
{
border-color: #70156A;
}
</style>