Shades of Palatinate Purple #703F66
Tints of Palatinate Purple #703F66
RGB
CMYK
RGB Variations
Color information
#703F66 (or 0x703F66) is known color: Palatinate Purple. HEX triplet: 70, 3F and 66. RGB value is (112,63,102). Sum of RGB (Red+Green+Blue) = 112+63+102=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #703F66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703F66 is #8FC099. Grayscale: #515151. Windows color (decimal): -9420954 or 6700912. OLE color: 6700912.
HSL color Cylindrical-coordinate representation of color #703F66: hue angle of 312.24º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #703F66 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 102 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.56 |
| HSL | 312.24º | 0.28% | 0.34% | - |
| HSV(B) | 312.24º | 0.44% | 0.44% | - |
| XYZ | 10.86 | 7.96 | 13.53 | - |
| YUV | 82.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 102 | 0 | 0.44 | 0.09 | 0.56 | 312.24 | 0.28 | 0.34 |
| Hex | 70 | 3F | 66 | 0 | 2C | 9 | 38 | 138 | 1C | 22 |
| Octal | 160 | 77 | 146 | 0 | 54 | 11 | 70 | 470 | 34 | 42 |
| Binary | 1110000 | 111111 | 1100110 | 0 | 101100 | 1001 | 111000 | 100111000 | 11100 | 100010 |
Color Harmonies of #703F66
Complementary color
Monochromatic Colors of #703F66
Black with #703F66
Text Example
Text Example
White with #703F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F66; }
p { color: rgb(112,63,102); }
H1.HeaderClassName
{
color: #703F66;
}
.AnyTagClassName
{
color: #703F66;
}
</style>
background-color css
<style>
a { background-color: #703F66; }
a { background-color: rgb(112,63,102); }
div.DivClassName
{
background-color: #703F66;
}
.BgClassName
{
background-color: #703F66;
}
</style>
border-color css
<style>
span { border-color: #703F66; }
span { border-color: rgb(112,63,102); }
td.TdClassName
{
border-color: #703F66;
}
.TagClassName
{
border-color: #703F66;
}
</style>