Shades of Palatinate Purple #702162
Tints of Palatinate Purple #702162
RGB
CMYK
RGB Variations
Color information
#702162 (or 0x702162) is known color: Palatinate Purple. HEX triplet: 70, 21 and 62. RGB value is (112,33,98). Sum of RGB (Red+Green+Blue) = 112+33+98=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #702162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702162 is #8FDE9D. Grayscale: #3F3F3F. Windows color (decimal): -9428638 or 6431088. OLE color: 6431088.
HSL color Cylindrical-coordinate representation of color #702162: hue angle of 310.63º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702162 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 98 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.56 |
| HSL | 310.63º | 0.54% | 0.28% | - |
| HSV(B) | 310.63º | 0.71% | 0.44% | - |
| XYZ | 9.43 | 5.41 | 12.1 | - |
| YUV | 64.03 | 147.17 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 98 | 0 | 0.71 | 0.13 | 0.56 | 310.63 | 0.54 | 0.28 |
| Hex | 70 | 21 | 62 | 0 | 47 | D | 38 | 137 | 36 | 1C |
| Octal | 160 | 41 | 142 | 0 | 107 | 15 | 70 | 467 | 66 | 34 |
| Binary | 1110000 | 100001 | 1100010 | 0 | 1000111 | 1101 | 111000 | 100110111 | 110110 | 11100 |
Color Harmonies of #702162
Complementary color
Monochromatic Colors of #702162
Black with #702162
Text Example
Text Example
White with #702162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702162; }
p { color: rgb(112,33,98); }
H1.HeaderClassName
{
color: #702162;
}
.AnyTagClassName
{
color: #702162;
}
</style>
background-color css
<style>
a { background-color: #702162; }
a { background-color: rgb(112,33,98); }
div.DivClassName
{
background-color: #702162;
}
.BgClassName
{
background-color: #702162;
}
</style>
border-color css
<style>
span { border-color: #702162; }
span { border-color: rgb(112,33,98); }
td.TdClassName
{
border-color: #702162;
}
.TagClassName
{
border-color: #702162;
}
</style>