Shades of Palatinate Purple #683663
Tints of Palatinate Purple #683663
RGB
CMYK
RGB Variations
Color information
#683663 (or 0x683663) is known color: Palatinate Purple. HEX triplet: 68, 36 and 63. RGB value is (104,54,99). Sum of RGB (Red+Green+Blue) = 104+54+99=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #683663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683663 is #97C99C. Grayscale: #494949. Windows color (decimal): -9947549 or 6501992. OLE color: 6501992.
HSL color Cylindrical-coordinate representation of color #683663: hue angle of 306º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #683663 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 54 | 99 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.59 |
| HSL | 306º | 0.32% | 0.31% | - |
| HSV(B) | 306º | 0.48% | 0.41% | - |
| XYZ | 9.28 | 6.48 | 12.57 | - |
| YUV | 74.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 99 | 0 | 0.48 | 0.05 | 0.59 | 306 | 0.32 | 0.31 |
| Hex | 68 | 36 | 63 | 0 | 30 | 5 | 3B | 132 | 20 | 1F |
| Octal | 150 | 66 | 143 | 0 | 60 | 5 | 73 | 462 | 40 | 37 |
| Binary | 1101000 | 110110 | 1100011 | 0 | 110000 | 101 | 111011 | 100110010 | 100000 | 11111 |
Color Harmonies of #683663
Complementary color
Monochromatic Colors of #683663
Black with #683663
Text Example
Text Example
White with #683663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683663; }
p { color: rgb(104,54,99); }
H1.HeaderClassName
{
color: #683663;
}
.AnyTagClassName
{
color: #683663;
}
</style>
background-color css
<style>
a { background-color: #683663; }
a { background-color: rgb(104,54,99); }
div.DivClassName
{
background-color: #683663;
}
.BgClassName
{
background-color: #683663;
}
</style>
border-color css
<style>
span { border-color: #683663; }
span { border-color: rgb(104,54,99); }
td.TdClassName
{
border-color: #683663;
}
.TagClassName
{
border-color: #683663;
}
</style>