Shades of Palatinate Purple #683D63
Tints of Palatinate Purple #683D63
RGB
CMYK
RGB Variations
Color information
#683D63 (or 0x683D63) is known color: Palatinate Purple. HEX triplet: 68, 3D and 63. RGB value is (104,61,99). Sum of RGB (Red+Green+Blue) = 104+61+99=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #683D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683D63 is #97C29C. Grayscale: #4E4E4E. Windows color (decimal): -9945757 or 6503784. OLE color: 6503784.
HSL color Cylindrical-coordinate representation of color #683D63: hue angle of 306.98º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #683D63 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 99 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.59 |
| HSL | 306.98º | 0.26% | 0.32% | - |
| HSV(B) | 306.98º | 0.41% | 0.41% | - |
| XYZ | 9.63 | 7.18 | 12.68 | - |
| YUV | 78.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 99 | 0 | 0.41 | 0.05 | 0.59 | 306.98 | 0.26 | 0.32 |
| Hex | 68 | 3D | 63 | 0 | 29 | 5 | 3B | 133 | 1A | 20 |
| Octal | 150 | 75 | 143 | 0 | 51 | 5 | 73 | 463 | 32 | 40 |
| Binary | 1101000 | 111101 | 1100011 | 0 | 101001 | 101 | 111011 | 100110011 | 11010 | 100000 |
Color Harmonies of #683D63
Complementary color
Monochromatic Colors of #683D63
Black with #683D63
Text Example
Text Example
White with #683D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D63; }
p { color: rgb(104,61,99); }
H1.HeaderClassName
{
color: #683D63;
}
.AnyTagClassName
{
color: #683D63;
}
</style>
background-color css
<style>
a { background-color: #683D63; }
a { background-color: rgb(104,61,99); }
div.DivClassName
{
background-color: #683D63;
}
.BgClassName
{
background-color: #683D63;
}
</style>
border-color css
<style>
span { border-color: #683D63; }
span { border-color: rgb(104,61,99); }
td.TdClassName
{
border-color: #683D63;
}
.TagClassName
{
border-color: #683D63;
}
</style>