Shades of Palatinate Purple #703D63
Tints of Palatinate Purple #703D63
RGB
CMYK
RGB Variations
Color information
#703D63 (or 0x703D63) is known color: Palatinate Purple. HEX triplet: 70, 3D and 63. RGB value is (112,61,99). Sum of RGB (Red+Green+Blue) = 112+61+99=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #703D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703D63 is #8FC29C. Grayscale: #505050. Windows color (decimal): -9421469 or 6503792. OLE color: 6503792.
HSL color Cylindrical-coordinate representation of color #703D63: hue angle of 315.29º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #703D63 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 61 | 99 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.56 |
| HSL | 315.29º | 0.29% | 0.34% | - |
| HSV(B) | 315.29º | 0.46% | 0.44% | - |
| XYZ | 10.6 | 7.68 | 12.73 | - |
| YUV | 80.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 99 | 0 | 0.46 | 0.12 | 0.56 | 315.29 | 0.29 | 0.34 |
| Hex | 70 | 3D | 63 | 0 | 2E | C | 38 | 13B | 1D | 22 |
| Octal | 160 | 75 | 143 | 0 | 56 | 14 | 70 | 473 | 35 | 42 |
| Binary | 1110000 | 111101 | 1100011 | 0 | 101110 | 1100 | 111000 | 100111011 | 11101 | 100010 |
Color Harmonies of #703D63
Complementary color
Monochromatic Colors of #703D63
Black with #703D63
Text Example
Text Example
White with #703D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D63; }
p { color: rgb(112,61,99); }
H1.HeaderClassName
{
color: #703D63;
}
.AnyTagClassName
{
color: #703D63;
}
</style>
background-color css
<style>
a { background-color: #703D63; }
a { background-color: rgb(112,61,99); }
div.DivClassName
{
background-color: #703D63;
}
.BgClassName
{
background-color: #703D63;
}
</style>
border-color css
<style>
span { border-color: #703D63; }
span { border-color: rgb(112,61,99); }
td.TdClassName
{
border-color: #703D63;
}
.TagClassName
{
border-color: #703D63;
}
</style>