Shades of Palatinate Purple #683764
Tints of Palatinate Purple #683764
RGB
CMYK
RGB Variations
Color information
#683764 (or 0x683764) is known color: Palatinate Purple. HEX triplet: 68, 37 and 64. RGB value is (104,55,100). Sum of RGB (Red+Green+Blue) = 104+55+100=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #683764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683764 is #97C89B. Grayscale: #4A4A4A. Windows color (decimal): -9947292 or 6567784. OLE color: 6567784.
HSL color Cylindrical-coordinate representation of color #683764: hue angle of 304.9º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #683764 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 55 | 100 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.59 |
| HSL | 304.9º | 0.31% | 0.31% | - |
| HSV(B) | 304.9º | 0.47% | 0.41% | - |
| XYZ | 9.38 | 6.6 | 12.84 | - |
| YUV | 74.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 55 | 100 | 0 | 0.47 | 0.04 | 0.59 | 304.9 | 0.31 | 0.31 |
| Hex | 68 | 37 | 64 | 0 | 2F | 4 | 3B | 131 | 1F | 1F |
| Octal | 150 | 67 | 144 | 0 | 57 | 4 | 73 | 461 | 37 | 37 |
| Binary | 1101000 | 110111 | 1100100 | 0 | 101111 | 100 | 111011 | 100110001 | 11111 | 11111 |
Color Harmonies of #683764
Complementary color
Monochromatic Colors of #683764
Black with #683764
Text Example
Text Example
White with #683764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683764; }
p { color: rgb(104,55,100); }
H1.HeaderClassName
{
color: #683764;
}
.AnyTagClassName
{
color: #683764;
}
</style>
background-color css
<style>
a { background-color: #683764; }
a { background-color: rgb(104,55,100); }
div.DivClassName
{
background-color: #683764;
}
.BgClassName
{
background-color: #683764;
}
</style>
border-color css
<style>
span { border-color: #683764; }
span { border-color: rgb(104,55,100); }
td.TdClassName
{
border-color: #683764;
}
.TagClassName
{
border-color: #683764;
}
</style>