Shades of Palatinate Purple #703565
Tints of Palatinate Purple #703565
RGB
CMYK
RGB Variations
Color information
#703565 (or 0x703565) is known color: Palatinate Purple. HEX triplet: 70, 35 and 65. RGB value is (112,53,101). Sum of RGB (Red+Green+Blue) = 112+53+101=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #703565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703565 is #8FCA9A. Grayscale: #4B4B4B. Windows color (decimal): -9423515 or 6632816. OLE color: 6632816.
HSL color Cylindrical-coordinate representation of color #703565: hue angle of 311.19º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703565 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 101 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.56 |
| HSL | 311.19º | 0.36% | 0.32% | - |
| HSV(B) | 311.19º | 0.53% | 0.44% | - |
| XYZ | 10.3 | 6.93 | 13.11 | - |
| YUV | 76.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 101 | 0 | 0.53 | 0.10 | 0.56 | 311.19 | 0.36 | 0.32 |
| Hex | 70 | 35 | 65 | 0 | 35 | A | 38 | 137 | 24 | 20 |
| Octal | 160 | 65 | 145 | 0 | 65 | 12 | 70 | 467 | 44 | 40 |
| Binary | 1110000 | 110101 | 1100101 | 0 | 110101 | 1010 | 111000 | 100110111 | 100100 | 100000 |
Color Harmonies of #703565
Complementary color
Monochromatic Colors of #703565
Black with #703565
Text Example
Text Example
White with #703565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703565; }
p { color: rgb(112,53,101); }
H1.HeaderClassName
{
color: #703565;
}
.AnyTagClassName
{
color: #703565;
}
</style>
background-color css
<style>
a { background-color: #703565; }
a { background-color: rgb(112,53,101); }
div.DivClassName
{
background-color: #703565;
}
.BgClassName
{
background-color: #703565;
}
</style>
border-color css
<style>
span { border-color: #703565; }
span { border-color: rgb(112,53,101); }
td.TdClassName
{
border-color: #703565;
}
.TagClassName
{
border-color: #703565;
}
</style>