Shades of Palatinate Purple #683063
Tints of Palatinate Purple #683063
RGB
CMYK
RGB Variations
Color information
#683063 (or 0x683063) is known color: Palatinate Purple. HEX triplet: 68, 30 and 63. RGB value is (104,48,99). Sum of RGB (Red+Green+Blue) = 104+48+99=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #683063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683063 is #97CF9C. Grayscale: #464646. Windows color (decimal): -9949085 or 6500456. OLE color: 6500456.
HSL color Cylindrical-coordinate representation of color #683063: hue angle of 305.36º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #683063 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 48 | 99 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.59 |
| HSL | 305.36º | 0.37% | 0.3% | - |
| HSV(B) | 305.36º | 0.54% | 0.41% | - |
| XYZ | 9.02 | 5.96 | 12.48 | - |
| YUV | 70.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 99 | 0 | 0.54 | 0.05 | 0.59 | 305.36 | 0.37 | 0.3 |
| Hex | 68 | 30 | 63 | 0 | 36 | 5 | 3B | 131 | 25 | 1E |
| Octal | 150 | 60 | 143 | 0 | 66 | 5 | 73 | 461 | 45 | 36 |
| Binary | 1101000 | 110000 | 1100011 | 0 | 110110 | 101 | 111011 | 100110001 | 100101 | 11110 |
Color Harmonies of #683063
Complementary color
Monochromatic Colors of #683063
Black with #683063
Text Example
Text Example
White with #683063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683063; }
p { color: rgb(104,48,99); }
H1.HeaderClassName
{
color: #683063;
}
.AnyTagClassName
{
color: #683063;
}
</style>
background-color css
<style>
a { background-color: #683063; }
a { background-color: rgb(104,48,99); }
div.DivClassName
{
background-color: #683063;
}
.BgClassName
{
background-color: #683063;
}
</style>
border-color css
<style>
span { border-color: #683063; }
span { border-color: rgb(104,48,99); }
td.TdClassName
{
border-color: #683063;
}
.TagClassName
{
border-color: #683063;
}
</style>