Shades of Palatinate Purple #701262
Tints of Palatinate Purple #701262
RGB
CMYK
RGB Variations
Color information
#701262 (or 0x701262) is known color: Palatinate Purple. HEX triplet: 70, 12 and 62. RGB value is (112,18,98). Sum of RGB (Red+Green+Blue) = 112+18+98=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #701262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701262 is #8FED9D. Grayscale: #373737. Windows color (decimal): -9432478 or 6427248. OLE color: 6427248.
HSL color Cylindrical-coordinate representation of color #701262: hue angle of 308.94º 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 #701262 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 98 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.56 |
| HSL | 308.94º | 0.72% | 0.25% | - |
| HSV(B) | 308.94º | 0.84% | 0.44% | - |
| XYZ | 9.1 | 4.76 | 11.99 | - |
| YUV | 55.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 98 | 0 | 0.84 | 0.13 | 0.56 | 308.94 | 0.72 | 0.25 |
| Hex | 70 | 12 | 62 | 0 | 54 | D | 38 | 135 | 48 | 19 |
| Octal | 160 | 22 | 142 | 0 | 124 | 15 | 70 | 465 | 110 | 31 |
| Binary | 1110000 | 10010 | 1100010 | 0 | 1010100 | 1101 | 111000 | 100110101 | 1001000 | 11001 |
Color Harmonies of #701262
Complementary color
Monochromatic Colors of #701262
Black with #701262
Text Example
Text Example
White with #701262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701262; }
p { color: rgb(112,18,98); }
H1.HeaderClassName
{
color: #701262;
}
.AnyTagClassName
{
color: #701262;
}
</style>
background-color css
<style>
a { background-color: #701262; }
a { background-color: rgb(112,18,98); }
div.DivClassName
{
background-color: #701262;
}
.BgClassName
{
background-color: #701262;
}
</style>
border-color css
<style>
span { border-color: #701262; }
span { border-color: rgb(112,18,98); }
td.TdClassName
{
border-color: #701262;
}
.TagClassName
{
border-color: #701262;
}
</style>