Shades of Palatinate Purple #701264
Tints of Palatinate Purple #701264
RGB
CMYK
RGB Variations
Color information
#701264 (or 0x701264) is known color: Palatinate Purple. HEX triplet: 70, 12 and 64. RGB value is (112,18,100). Sum of RGB (Red+Green+Blue) = 112+18+100=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #701264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701264 is #8FED9B. Grayscale: #373737. Windows color (decimal): -9432476 or 6558320. OLE color: 6558320.
HSL color Cylindrical-coordinate representation of color #701264: hue angle of 307.66º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701264 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 100 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.56 |
| HSL | 307.66º | 0.72% | 0.25% | - |
| HSV(B) | 307.66º | 0.84% | 0.44% | - |
| XYZ | 9.2 | 4.8 | 12.5 | - |
| YUV | 55.45 | 153.14 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 100 | 0 | 0.84 | 0.11 | 0.56 | 307.66 | 0.72 | 0.25 |
| Hex | 70 | 12 | 64 | 0 | 54 | B | 38 | 134 | 48 | 19 |
| Octal | 160 | 22 | 144 | 0 | 124 | 13 | 70 | 464 | 110 | 31 |
| Binary | 1110000 | 10010 | 1100100 | 0 | 1010100 | 1011 | 111000 | 100110100 | 1001000 | 11001 |
Color Harmonies of #701264
Complementary color
Monochromatic Colors of #701264
Black with #701264
Text Example
Text Example
White with #701264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701264; }
p { color: rgb(112,18,100); }
H1.HeaderClassName
{
color: #701264;
}
.AnyTagClassName
{
color: #701264;
}
</style>
background-color css
<style>
a { background-color: #701264; }
a { background-color: rgb(112,18,100); }
div.DivClassName
{
background-color: #701264;
}
.BgClassName
{
background-color: #701264;
}
</style>
border-color css
<style>
span { border-color: #701264; }
span { border-color: rgb(112,18,100); }
td.TdClassName
{
border-color: #701264;
}
.TagClassName
{
border-color: #701264;
}
</style>