Shades of Palatinate Purple #683B63
Tints of Palatinate Purple #683B63
RGB
CMYK
RGB Variations
Color information
#683B63 (or 0x683B63) is known color: Palatinate Purple. HEX triplet: 68, 3B and 63. RGB value is (104,59,99). Sum of RGB (Red+Green+Blue) = 104+59+99=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #683B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683B63 is #97C49C. Grayscale: #4C4C4C. Windows color (decimal): -9946269 or 6503272. OLE color: 6503272.
HSL color Cylindrical-coordinate representation of color #683B63: hue angle of 306.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #683B63 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 59 | 99 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.59 |
| HSL | 306.67º | 0.28% | 0.32% | - |
| HSV(B) | 306.67º | 0.43% | 0.41% | - |
| XYZ | 9.53 | 6.97 | 12.65 | - |
| YUV | 77.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 99 | 0 | 0.43 | 0.05 | 0.59 | 306.67 | 0.28 | 0.32 |
| Hex | 68 | 3B | 63 | 0 | 2B | 5 | 3B | 133 | 1C | 20 |
| Octal | 150 | 73 | 143 | 0 | 53 | 5 | 73 | 463 | 34 | 40 |
| Binary | 1101000 | 111011 | 1100011 | 0 | 101011 | 101 | 111011 | 100110011 | 11100 | 100000 |
Color Harmonies of #683B63
Complementary color
Monochromatic Colors of #683B63
Black with #683B63
Text Example
Text Example
White with #683B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683B63; }
p { color: rgb(104,59,99); }
H1.HeaderClassName
{
color: #683B63;
}
.AnyTagClassName
{
color: #683B63;
}
</style>
background-color css
<style>
a { background-color: #683B63; }
a { background-color: rgb(104,59,99); }
div.DivClassName
{
background-color: #683B63;
}
.BgClassName
{
background-color: #683B63;
}
</style>
border-color css
<style>
span { border-color: #683B63; }
span { border-color: rgb(104,59,99); }
td.TdClassName
{
border-color: #683B63;
}
.TagClassName
{
border-color: #683B63;
}
</style>