Shades of Palatinate Purple #703065
Tints of Palatinate Purple #703065
RGB
CMYK
RGB Variations
Color information
#703065 (or 0x703065) is known color: Palatinate Purple. HEX triplet: 70, 30 and 65. RGB value is (112,48,101). Sum of RGB (Red+Green+Blue) = 112+48+101=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #703065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703065 is #8FCF9A. Grayscale: #494949. Windows color (decimal): -9424795 or 6631536. OLE color: 6631536.
HSL color Cylindrical-coordinate representation of color #703065: hue angle of 310.31º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703065 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 48 | 101 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.56 |
| HSL | 310.31º | 0.4% | 0.31% | - |
| HSV(B) | 310.31º | 0.57% | 0.44% | - |
| XYZ | 10.09 | 6.5 | 13.03 | - |
| YUV | 73.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 101 | 0 | 0.57 | 0.10 | 0.56 | 310.31 | 0.4 | 0.31 |
| Hex | 70 | 30 | 65 | 0 | 39 | A | 38 | 136 | 28 | 1F |
| Octal | 160 | 60 | 145 | 0 | 71 | 12 | 70 | 466 | 50 | 37 |
| Binary | 1110000 | 110000 | 1100101 | 0 | 111001 | 1010 | 111000 | 100110110 | 101000 | 11111 |
Color Harmonies of #703065
Complementary color
Monochromatic Colors of #703065
Black with #703065
Text Example
Text Example
White with #703065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703065; }
p { color: rgb(112,48,101); }
H1.HeaderClassName
{
color: #703065;
}
.AnyTagClassName
{
color: #703065;
}
</style>
background-color css
<style>
a { background-color: #703065; }
a { background-color: rgb(112,48,101); }
div.DivClassName
{
background-color: #703065;
}
.BgClassName
{
background-color: #703065;
}
</style>
border-color css
<style>
span { border-color: #703065; }
span { border-color: rgb(112,48,101); }
td.TdClassName
{
border-color: #703065;
}
.TagClassName
{
border-color: #703065;
}
</style>