Shades of Palatinate Purple #683359
Tints of Palatinate Purple #683359
RGB
CMYK
RGB Variations
Color information
#683359 (or 0x683359) is known color: Palatinate Purple. HEX triplet: 68, 33 and 59. RGB value is (104,51,89). Sum of RGB (Red+Green+Blue) = 104+51+89=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #683359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683359 is #97CCA6. Grayscale: #474747. Windows color (decimal): -9948327 or 5845864. OLE color: 5845864.
HSL color Cylindrical-coordinate representation of color #683359: hue angle of 316.98º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #683359 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 51 | 89 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.59 |
| HSL | 316.98º | 0.34% | 0.3% | - |
| HSV(B) | 316.98º | 0.51% | 0.41% | - |
| XYZ | 8.7 | 6.03 | 10.16 | - |
| YUV | 71.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 89 | 0 | 0.51 | 0.14 | 0.59 | 316.98 | 0.34 | 0.3 |
| Hex | 68 | 33 | 59 | 0 | 33 | E | 3B | 13D | 22 | 1E |
| Octal | 150 | 63 | 131 | 0 | 63 | 16 | 73 | 475 | 42 | 36 |
| Binary | 1101000 | 110011 | 1011001 | 0 | 110011 | 1110 | 111011 | 100111101 | 100010 | 11110 |
Color Harmonies of #683359
Complementary color
Monochromatic Colors of #683359
Black with #683359
Text Example
Text Example
White with #683359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683359; }
p { color: rgb(104,51,89); }
H1.HeaderClassName
{
color: #683359;
}
.AnyTagClassName
{
color: #683359;
}
</style>
background-color css
<style>
a { background-color: #683359; }
a { background-color: rgb(104,51,89); }
div.DivClassName
{
background-color: #683359;
}
.BgClassName
{
background-color: #683359;
}
</style>
border-color css
<style>
span { border-color: #683359; }
span { border-color: rgb(104,51,89); }
td.TdClassName
{
border-color: #683359;
}
.TagClassName
{
border-color: #683359;
}
</style>