Shades of Palatinate Purple #703367
Tints of Palatinate Purple #703367
RGB
CMYK
RGB Variations
Color information
#703367 (or 0x703367) is known color: Palatinate Purple. HEX triplet: 70, 33 and 67. RGB value is (112,51,103). Sum of RGB (Red+Green+Blue) = 112+51+103=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #703367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703367 is #8FCC98. Grayscale: #4B4B4B. Windows color (decimal): -9424025 or 6763376. OLE color: 6763376.
HSL color Cylindrical-coordinate representation of color #703367: hue angle of 308.85º 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 #703367 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 51 | 103 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.56 |
| HSL | 308.85º | 0.37% | 0.32% | - |
| HSV(B) | 308.85º | 0.54% | 0.44% | - |
| XYZ | 10.31 | 6.79 | 13.6 | - |
| YUV | 75.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 103 | 0 | 0.54 | 0.08 | 0.56 | 308.85 | 0.37 | 0.32 |
| Hex | 70 | 33 | 67 | 0 | 36 | 8 | 38 | 135 | 25 | 20 |
| Octal | 160 | 63 | 147 | 0 | 66 | 10 | 70 | 465 | 45 | 40 |
| Binary | 1110000 | 110011 | 1100111 | 0 | 110110 | 1000 | 111000 | 100110101 | 100101 | 100000 |
Color Harmonies of #703367
Complementary color
Monochromatic Colors of #703367
Black with #703367
Text Example
Text Example
White with #703367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703367; }
p { color: rgb(112,51,103); }
H1.HeaderClassName
{
color: #703367;
}
.AnyTagClassName
{
color: #703367;
}
</style>
background-color css
<style>
a { background-color: #703367; }
a { background-color: rgb(112,51,103); }
div.DivClassName
{
background-color: #703367;
}
.BgClassName
{
background-color: #703367;
}
</style>
border-color css
<style>
span { border-color: #703367; }
span { border-color: rgb(112,51,103); }
td.TdClassName
{
border-color: #703367;
}
.TagClassName
{
border-color: #703367;
}
</style>