Shades of Palatinate Purple #70116A
Tints of Palatinate Purple #70116A
RGB
CMYK
RGB Variations
Color information
#70116A (or 0x70116A) is known color: Palatinate Purple. HEX triplet: 70, 11 and 6A. RGB value is (112,17,106). Sum of RGB (Red+Green+Blue) = 112+17+106=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #70116A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70116A is #8FEE95. Grayscale: #373737. Windows color (decimal): -9432726 or 6951280. OLE color: 6951280.
HSL color Cylindrical-coordinate representation of color #70116A: hue angle of 303.79º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70116A is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 106 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.56 |
| HSL | 303.79º | 0.74% | 0.25% | - |
| HSV(B) | 303.79º | 0.85% | 0.44% | - |
| XYZ | 9.48 | 4.89 | 14.08 | - |
| YUV | 55.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 106 | 0 | 0.85 | 0.05 | 0.56 | 303.79 | 0.74 | 0.25 |
| Hex | 70 | 11 | 6A | 0 | 55 | 5 | 38 | 130 | 4A | 19 |
| Octal | 160 | 21 | 152 | 0 | 125 | 5 | 70 | 460 | 112 | 31 |
| Binary | 1110000 | 10001 | 1101010 | 0 | 1010101 | 101 | 111000 | 100110000 | 1001010 | 11001 |
Color Harmonies of #70116A
Complementary color
Monochromatic Colors of #70116A
Black with #70116A
Text Example
Text Example
White with #70116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70116A; }
p { color: rgb(112,17,106); }
H1.HeaderClassName
{
color: #70116A;
}
.AnyTagClassName
{
color: #70116A;
}
</style>
background-color css
<style>
a { background-color: #70116A; }
a { background-color: rgb(112,17,106); }
div.DivClassName
{
background-color: #70116A;
}
.BgClassName
{
background-color: #70116A;
}
</style>
border-color css
<style>
span { border-color: #70116A; }
span { border-color: rgb(112,17,106); }
td.TdClassName
{
border-color: #70116A;
}
.TagClassName
{
border-color: #70116A;
}
</style>