Shades of Palatinate Purple #703568
Tints of Palatinate Purple #703568
RGB
CMYK
RGB Variations
Color information
#703568 (or 0x703568) is known color: Palatinate Purple. HEX triplet: 70, 35 and 68. RGB value is (112,53,104). Sum of RGB (Red+Green+Blue) = 112+53+104=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #703568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703568 is #8FCA97. Grayscale: #4C4C4C. Windows color (decimal): -9423512 or 6829424. OLE color: 6829424.
HSL color Cylindrical-coordinate representation of color #703568: hue angle of 308.14º 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 #703568 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 104 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.56 |
| HSL | 308.14º | 0.36% | 0.32% | - |
| HSV(B) | 308.14º | 0.53% | 0.44% | - |
| XYZ | 10.45 | 6.99 | 13.9 | - |
| YUV | 76.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 104 | 0 | 0.53 | 0.07 | 0.56 | 308.14 | 0.36 | 0.32 |
| Hex | 70 | 35 | 68 | 0 | 35 | 7 | 38 | 134 | 24 | 20 |
| Octal | 160 | 65 | 150 | 0 | 65 | 7 | 70 | 464 | 44 | 40 |
| Binary | 1110000 | 110101 | 1101000 | 0 | 110101 | 111 | 111000 | 100110100 | 100100 | 100000 |
Color Harmonies of #703568
Complementary color
Monochromatic Colors of #703568
Black with #703568
Text Example
Text Example
White with #703568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703568; }
p { color: rgb(112,53,104); }
H1.HeaderClassName
{
color: #703568;
}
.AnyTagClassName
{
color: #703568;
}
</style>
background-color css
<style>
a { background-color: #703568; }
a { background-color: rgb(112,53,104); }
div.DivClassName
{
background-color: #703568;
}
.BgClassName
{
background-color: #703568;
}
</style>
border-color css
<style>
span { border-color: #703568; }
span { border-color: rgb(112,53,104); }
td.TdClassName
{
border-color: #703568;
}
.TagClassName
{
border-color: #703568;
}
</style>