Shades of Palatinate Purple #702063
Tints of Palatinate Purple #702063
RGB
CMYK
RGB Variations
Color information
#702063 (or 0x702063) is known color: Palatinate Purple. HEX triplet: 70, 20 and 63. RGB value is (112,32,99). Sum of RGB (Red+Green+Blue) = 112+32+99=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #702063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702063 is #8FDF9C. Grayscale: #3F3F3F. Windows color (decimal): -9428893 or 6496368. OLE color: 6496368.
HSL color Cylindrical-coordinate representation of color #702063: hue angle of 309.75º degrees, saturation: 0.56, 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 #702063 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 99 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.56 |
| HSL | 309.75º | 0.56% | 0.28% | - |
| HSV(B) | 309.75º | 0.71% | 0.44% | - |
| XYZ | 9.45 | 5.38 | 12.34 | - |
| YUV | 63.56 | 148 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 99 | 0 | 0.71 | 0.12 | 0.56 | 309.75 | 0.56 | 0.28 |
| Hex | 70 | 20 | 63 | 0 | 47 | C | 38 | 136 | 38 | 1C |
| Octal | 160 | 40 | 143 | 0 | 107 | 14 | 70 | 466 | 70 | 34 |
| Binary | 1110000 | 100000 | 1100011 | 0 | 1000111 | 1100 | 111000 | 100110110 | 111000 | 11100 |
Color Harmonies of #702063
Complementary color
Monochromatic Colors of #702063
Black with #702063
Text Example
Text Example
White with #702063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702063; }
p { color: rgb(112,32,99); }
H1.HeaderClassName
{
color: #702063;
}
.AnyTagClassName
{
color: #702063;
}
</style>
background-color css
<style>
a { background-color: #702063; }
a { background-color: rgb(112,32,99); }
div.DivClassName
{
background-color: #702063;
}
.BgClassName
{
background-color: #702063;
}
</style>
border-color css
<style>
span { border-color: #702063; }
span { border-color: rgb(112,32,99); }
td.TdClassName
{
border-color: #702063;
}
.TagClassName
{
border-color: #702063;
}
</style>