Shades of Palatinate Purple #683563
Tints of Palatinate Purple #683563
RGB
CMYK
RGB Variations
Color information
#683563 (or 0x683563) is known color: Palatinate Purple. HEX triplet: 68, 35 and 63. RGB value is (104,53,99). Sum of RGB (Red+Green+Blue) = 104+53+99=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #683563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683563 is #97CA9C. Grayscale: #494949. Windows color (decimal): -9947805 or 6501736. OLE color: 6501736.
HSL color Cylindrical-coordinate representation of color #683563: hue angle of 305.88º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #683563 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 53 | 99 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.59 |
| HSL | 305.88º | 0.32% | 0.31% | - |
| HSV(B) | 305.88º | 0.49% | 0.41% | - |
| XYZ | 9.23 | 6.39 | 12.55 | - |
| YUV | 73.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 99 | 0 | 0.49 | 0.05 | 0.59 | 305.88 | 0.32 | 0.31 |
| Hex | 68 | 35 | 63 | 0 | 31 | 5 | 3B | 132 | 20 | 1F |
| Octal | 150 | 65 | 143 | 0 | 61 | 5 | 73 | 462 | 40 | 37 |
| Binary | 1101000 | 110101 | 1100011 | 0 | 110001 | 101 | 111011 | 100110010 | 100000 | 11111 |
Color Harmonies of #683563
Complementary color
Monochromatic Colors of #683563
Black with #683563
Text Example
Text Example
White with #683563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683563; }
p { color: rgb(104,53,99); }
H1.HeaderClassName
{
color: #683563;
}
.AnyTagClassName
{
color: #683563;
}
</style>
background-color css
<style>
a { background-color: #683563; }
a { background-color: rgb(104,53,99); }
div.DivClassName
{
background-color: #683563;
}
.BgClassName
{
background-color: #683563;
}
</style>
border-color css
<style>
span { border-color: #683563; }
span { border-color: rgb(104,53,99); }
td.TdClassName
{
border-color: #683563;
}
.TagClassName
{
border-color: #683563;
}
</style>