Shades of Palatinate Purple #702563
Tints of Palatinate Purple #702563
RGB
CMYK
RGB Variations
Color information
#702563 (or 0x702563) is known color: Palatinate Purple. HEX triplet: 70, 25 and 63. RGB value is (112,37,99). Sum of RGB (Red+Green+Blue) = 112+37+99=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #702563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702563 is #8FDA9C. Grayscale: #424242. Windows color (decimal): -9427613 or 6497648. OLE color: 6497648.
HSL color Cylindrical-coordinate representation of color #702563: hue angle of 310.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702563 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 99 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.56 |
| HSL | 310.4º | 0.5% | 0.29% | - |
| HSV(B) | 310.4º | 0.67% | 0.44% | - |
| XYZ | 9.6 | 5.67 | 12.39 | - |
| YUV | 66.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 99 | 0 | 0.67 | 0.12 | 0.56 | 310.4 | 0.5 | 0.29 |
| Hex | 70 | 25 | 63 | 0 | 43 | C | 38 | 136 | 32 | 1D |
| Octal | 160 | 45 | 143 | 0 | 103 | 14 | 70 | 466 | 62 | 35 |
| Binary | 1110000 | 100101 | 1100011 | 0 | 1000011 | 1100 | 111000 | 100110110 | 110010 | 11101 |
Color Harmonies of #702563
Complementary color
Monochromatic Colors of #702563
Black with #702563
Text Example
Text Example
White with #702563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702563; }
p { color: rgb(112,37,99); }
H1.HeaderClassName
{
color: #702563;
}
.AnyTagClassName
{
color: #702563;
}
</style>
background-color css
<style>
a { background-color: #702563; }
a { background-color: rgb(112,37,99); }
div.DivClassName
{
background-color: #702563;
}
.BgClassName
{
background-color: #702563;
}
</style>
border-color css
<style>
span { border-color: #702563; }
span { border-color: rgb(112,37,99); }
td.TdClassName
{
border-color: #702563;
}
.TagClassName
{
border-color: #702563;
}
</style>