Shades of Palatinate Purple #703268
Tints of Palatinate Purple #703268
RGB
CMYK
RGB Variations
Color information
#703268 (or 0x703268) is known color: Palatinate Purple. HEX triplet: 70, 32 and 68. RGB value is (112,50,104). Sum of RGB (Red+Green+Blue) = 112+50+104=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #703268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703268 is #8FCD97. Grayscale: #4A4A4A. Windows color (decimal): -9424280 or 6828656. OLE color: 6828656.
HSL color Cylindrical-coordinate representation of color #703268: hue angle of 307.74º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #703268 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 50 | 104 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.56 |
| HSL | 307.74º | 0.38% | 0.32% | - |
| HSV(B) | 307.74º | 0.55% | 0.44% | - |
| XYZ | 10.32 | 6.73 | 13.85 | - |
| YUV | 74.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 104 | 0 | 0.55 | 0.07 | 0.56 | 307.74 | 0.38 | 0.32 |
| Hex | 70 | 32 | 68 | 0 | 37 | 7 | 38 | 134 | 26 | 20 |
| Octal | 160 | 62 | 150 | 0 | 67 | 7 | 70 | 464 | 46 | 40 |
| Binary | 1110000 | 110010 | 1101000 | 0 | 110111 | 111 | 111000 | 100110100 | 100110 | 100000 |
Color Harmonies of #703268
Complementary color
Monochromatic Colors of #703268
Black with #703268
Text Example
Text Example
White with #703268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703268; }
p { color: rgb(112,50,104); }
H1.HeaderClassName
{
color: #703268;
}
.AnyTagClassName
{
color: #703268;
}
</style>
background-color css
<style>
a { background-color: #703268; }
a { background-color: rgb(112,50,104); }
div.DivClassName
{
background-color: #703268;
}
.BgClassName
{
background-color: #703268;
}
</style>
border-color css
<style>
span { border-color: #703268; }
span { border-color: rgb(112,50,104); }
td.TdClassName
{
border-color: #703268;
}
.TagClassName
{
border-color: #703268;
}
</style>