Shades of Palatinate Purple #701164
Tints of Palatinate Purple #701164
RGB
CMYK
RGB Variations
Color information
#701164 (or 0x701164) is known color: Palatinate Purple. HEX triplet: 70, 11 and 64. RGB value is (112,17,100). Sum of RGB (Red+Green+Blue) = 112+17+100=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #701164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701164 is #8FEE9B. Grayscale: #363636. Windows color (decimal): -9432732 or 6558064. OLE color: 6558064.
HSL color Cylindrical-coordinate representation of color #701164: hue angle of 307.58º 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 #701164 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 100 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.56 |
| HSL | 307.58º | 0.74% | 0.25% | - |
| HSV(B) | 307.58º | 0.85% | 0.44% | - |
| XYZ | 9.18 | 4.77 | 12.49 | - |
| YUV | 54.87 | 153.47 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 100 | 0 | 0.85 | 0.11 | 0.56 | 307.58 | 0.74 | 0.25 |
| Hex | 70 | 11 | 64 | 0 | 55 | B | 38 | 134 | 4A | 19 |
| Octal | 160 | 21 | 144 | 0 | 125 | 13 | 70 | 464 | 112 | 31 |
| Binary | 1110000 | 10001 | 1100100 | 0 | 1010101 | 1011 | 111000 | 100110100 | 1001010 | 11001 |
Color Harmonies of #701164
Complementary color
Monochromatic Colors of #701164
Black with #701164
Text Example
Text Example
White with #701164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701164; }
p { color: rgb(112,17,100); }
H1.HeaderClassName
{
color: #701164;
}
.AnyTagClassName
{
color: #701164;
}
</style>
background-color css
<style>
a { background-color: #701164; }
a { background-color: rgb(112,17,100); }
div.DivClassName
{
background-color: #701164;
}
.BgClassName
{
background-color: #701164;
}
</style>
border-color css
<style>
span { border-color: #701164; }
span { border-color: rgb(112,17,100); }
td.TdClassName
{
border-color: #701164;
}
.TagClassName
{
border-color: #701164;
}
</style>