Shades of Palatinate Purple #701F62
Tints of Palatinate Purple #701F62
RGB
CMYK
RGB Variations
Color information
#701F62 (or 0x701F62) is known color: Palatinate Purple. HEX triplet: 70, 1F and 62. RGB value is (112,31,98). Sum of RGB (Red+Green+Blue) = 112+31+98=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #701F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701F62 is #8FE09D. Grayscale: #3E3E3E. Windows color (decimal): -9429150 or 6430576. OLE color: 6430576.
HSL color Cylindrical-coordinate representation of color #701F62: hue angle of 310.37º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #701F62 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 31 | 98 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.56 |
| HSL | 310.37º | 0.57% | 0.28% | - |
| HSV(B) | 310.37º | 0.72% | 0.44% | - |
| XYZ | 9.38 | 5.31 | 12.09 | - |
| YUV | 62.86 | 147.84 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 98 | 0 | 0.72 | 0.13 | 0.56 | 310.37 | 0.57 | 0.28 |
| Hex | 70 | 1F | 62 | 0 | 48 | D | 38 | 136 | 39 | 1C |
| Octal | 160 | 37 | 142 | 0 | 110 | 15 | 70 | 466 | 71 | 34 |
| Binary | 1110000 | 11111 | 1100010 | 0 | 1001000 | 1101 | 111000 | 100110110 | 111001 | 11100 |
Color Harmonies of #701F62
Complementary color
Monochromatic Colors of #701F62
Black with #701F62
Text Example
Text Example
White with #701F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F62; }
p { color: rgb(112,31,98); }
H1.HeaderClassName
{
color: #701F62;
}
.AnyTagClassName
{
color: #701F62;
}
</style>
background-color css
<style>
a { background-color: #701F62; }
a { background-color: rgb(112,31,98); }
div.DivClassName
{
background-color: #701F62;
}
.BgClassName
{
background-color: #701F62;
}
</style>
border-color css
<style>
span { border-color: #701F62; }
span { border-color: rgb(112,31,98); }
td.TdClassName
{
border-color: #701F62;
}
.TagClassName
{
border-color: #701F62;
}
</style>