Shades of Palatinate Purple #703867
Tints of Palatinate Purple #703867
RGB
CMYK
RGB Variations
Color information
#703867 (or 0x703867) is known color: Palatinate Purple. HEX triplet: 70, 38 and 67. RGB value is (112,56,103). Sum of RGB (Red+Green+Blue) = 112+56+103=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #703867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703867 is #8FC798. Grayscale: #4D4D4D. Windows color (decimal): -9422745 or 6764656. OLE color: 6764656.
HSL color Cylindrical-coordinate representation of color #703867: hue angle of 309.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #703867 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 56 | 103 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.56 |
| HSL | 309.64º | 0.33% | 0.33% | - |
| HSV(B) | 309.64º | 0.5% | 0.44% | - |
| XYZ | 10.54 | 7.25 | 13.68 | - |
| YUV | 78.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 103 | 0 | 0.50 | 0.08 | 0.56 | 309.64 | 0.33 | 0.33 |
| Hex | 70 | 38 | 67 | 0 | 32 | 8 | 38 | 136 | 21 | 21 |
| Octal | 160 | 70 | 147 | 0 | 62 | 10 | 70 | 466 | 41 | 41 |
| Binary | 1110000 | 111000 | 1100111 | 0 | 110010 | 1000 | 111000 | 100110110 | 100001 | 100001 |
Color Harmonies of #703867
Complementary color
Monochromatic Colors of #703867
Black with #703867
Text Example
Text Example
White with #703867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703867; }
p { color: rgb(112,56,103); }
H1.HeaderClassName
{
color: #703867;
}
.AnyTagClassName
{
color: #703867;
}
</style>
background-color css
<style>
a { background-color: #703867; }
a { background-color: rgb(112,56,103); }
div.DivClassName
{
background-color: #703867;
}
.BgClassName
{
background-color: #703867;
}
</style>
border-color css
<style>
span { border-color: #703867; }
span { border-color: rgb(112,56,103); }
td.TdClassName
{
border-color: #703867;
}
.TagClassName
{
border-color: #703867;
}
</style>