Shades of Palatinate Purple #703369
Tints of Palatinate Purple #703369
RGB
CMYK
RGB Variations
Color information
#703369 (or 0x703369) is known color: Palatinate Purple. HEX triplet: 70, 33 and 69. RGB value is (112,51,105). Sum of RGB (Red+Green+Blue) = 112+51+105=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #703369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703369 is #8FCC96. Grayscale: #4B4B4B. Windows color (decimal): -9424023 or 6894448. OLE color: 6894448.
HSL color Cylindrical-coordinate representation of color #703369: hue angle of 306.89º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #703369 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 51 | 105 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.56 |
| HSL | 306.89º | 0.37% | 0.32% | - |
| HSV(B) | 306.89º | 0.54% | 0.44% | - |
| XYZ | 10.42 | 6.83 | 14.13 | - |
| YUV | 75.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 105 | 0 | 0.54 | 0.06 | 0.56 | 306.89 | 0.37 | 0.32 |
| Hex | 70 | 33 | 69 | 0 | 36 | 6 | 38 | 133 | 25 | 20 |
| Octal | 160 | 63 | 151 | 0 | 66 | 6 | 70 | 463 | 45 | 40 |
| Binary | 1110000 | 110011 | 1101001 | 0 | 110110 | 110 | 111000 | 100110011 | 100101 | 100000 |
Color Harmonies of #703369
Complementary color
Monochromatic Colors of #703369
Black with #703369
Text Example
Text Example
White with #703369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703369; }
p { color: rgb(112,51,105); }
H1.HeaderClassName
{
color: #703369;
}
.AnyTagClassName
{
color: #703369;
}
</style>
background-color css
<style>
a { background-color: #703369; }
a { background-color: rgb(112,51,105); }
div.DivClassName
{
background-color: #703369;
}
.BgClassName
{
background-color: #703369;
}
</style>
border-color css
<style>
span { border-color: #703369; }
span { border-color: rgb(112,51,105); }
td.TdClassName
{
border-color: #703369;
}
.TagClassName
{
border-color: #703369;
}
</style>