Shades of Palatinate Purple #70116B
Tints of Palatinate Purple #70116B
RGB
CMYK
RGB Variations
Color information
#70116B (or 0x70116B) is known color: Palatinate Purple. HEX triplet: 70, 11 and 6B. RGB value is (112,17,107). Sum of RGB (Red+Green+Blue) = 112+17+107=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #70116B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70116B is #8FEE94. Grayscale: #373737. Windows color (decimal): -9432725 or 7016816. OLE color: 7016816.
HSL color Cylindrical-coordinate representation of color #70116B: hue angle of 303.16º 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 #70116B is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 107 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.56 |
| HSL | 303.16º | 0.74% | 0.25% | - |
| HSV(B) | 303.16º | 0.85% | 0.44% | - |
| XYZ | 9.54 | 4.91 | 14.35 | - |
| YUV | 55.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 107 | 0 | 0.85 | 0.04 | 0.56 | 303.16 | 0.74 | 0.25 |
| Hex | 70 | 11 | 6B | 0 | 55 | 4 | 38 | 12F | 4A | 19 |
| Octal | 160 | 21 | 153 | 0 | 125 | 4 | 70 | 457 | 112 | 31 |
| Binary | 1110000 | 10001 | 1101011 | 0 | 1010101 | 100 | 111000 | 100101111 | 1001010 | 11001 |
Color Harmonies of #70116B
Complementary color
Monochromatic Colors of #70116B
Black with #70116B
Text Example
Text Example
White with #70116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70116B; }
p { color: rgb(112,17,107); }
H1.HeaderClassName
{
color: #70116B;
}
.AnyTagClassName
{
color: #70116B;
}
</style>
background-color css
<style>
a { background-color: #70116B; }
a { background-color: rgb(112,17,107); }
div.DivClassName
{
background-color: #70116B;
}
.BgClassName
{
background-color: #70116B;
}
</style>
border-color css
<style>
span { border-color: #70116B; }
span { border-color: rgb(112,17,107); }
td.TdClassName
{
border-color: #70116B;
}
.TagClassName
{
border-color: #70116B;
}
</style>