Shades of Palatinate Purple #703869
Tints of Palatinate Purple #703869
RGB
CMYK
RGB Variations
Color information
#703869 (or 0x703869) is known color: Palatinate Purple. HEX triplet: 70, 38 and 69. RGB value is (112,56,105). Sum of RGB (Red+Green+Blue) = 112+56+105=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #703869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703869 is #8FC796. Grayscale: #4E4E4E. Windows color (decimal): -9422743 or 6895728. OLE color: 6895728.
HSL color Cylindrical-coordinate representation of color #703869: hue angle of 307.5º 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 #703869 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 56 | 105 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.56 |
| HSL | 307.5º | 0.33% | 0.33% | - |
| HSV(B) | 307.5º | 0.5% | 0.44% | - |
| XYZ | 10.65 | 7.29 | 14.21 | - |
| YUV | 78.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 105 | 0 | 0.50 | 0.06 | 0.56 | 307.5 | 0.33 | 0.33 |
| Hex | 70 | 38 | 69 | 0 | 32 | 6 | 38 | 134 | 21 | 21 |
| Octal | 160 | 70 | 151 | 0 | 62 | 6 | 70 | 464 | 41 | 41 |
| Binary | 1110000 | 111000 | 1101001 | 0 | 110010 | 110 | 111000 | 100110100 | 100001 | 100001 |
Color Harmonies of #703869
Complementary color
Monochromatic Colors of #703869
Black with #703869
Text Example
Text Example
White with #703869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703869; }
p { color: rgb(112,56,105); }
H1.HeaderClassName
{
color: #703869;
}
.AnyTagClassName
{
color: #703869;
}
</style>
background-color css
<style>
a { background-color: #703869; }
a { background-color: rgb(112,56,105); }
div.DivClassName
{
background-color: #703869;
}
.BgClassName
{
background-color: #703869;
}
</style>
border-color css
<style>
span { border-color: #703869; }
span { border-color: rgb(112,56,105); }
td.TdClassName
{
border-color: #703869;
}
.TagClassName
{
border-color: #703869;
}
</style>