Shades of Palatinate Purple #683061
Tints of Palatinate Purple #683061
RGB
CMYK
RGB Variations
Color information
#683061 (or 0x683061) is known color: Palatinate Purple. HEX triplet: 68, 30 and 61. RGB value is (104,48,97). Sum of RGB (Red+Green+Blue) = 104+48+97=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #683061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683061 is #97CF9E. Grayscale: #464646. Windows color (decimal): -9949087 or 6369384. OLE color: 6369384.
HSL color Cylindrical-coordinate representation of color #683061: hue angle of 307.5º 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 #683061 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 48 | 97 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.59 |
| HSL | 307.5º | 0.37% | 0.3% | - |
| HSV(B) | 307.5º | 0.54% | 0.41% | - |
| XYZ | 8.92 | 5.92 | 11.98 | - |
| YUV | 70.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 97 | 0 | 0.54 | 0.07 | 0.59 | 307.5 | 0.37 | 0.3 |
| Hex | 68 | 30 | 61 | 0 | 36 | 7 | 3B | 134 | 25 | 1E |
| Octal | 150 | 60 | 141 | 0 | 66 | 7 | 73 | 464 | 45 | 36 |
| Binary | 1101000 | 110000 | 1100001 | 0 | 110110 | 111 | 111011 | 100110100 | 100101 | 11110 |
Color Harmonies of #683061
Complementary color
Monochromatic Colors of #683061
Black with #683061
Text Example
Text Example
White with #683061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683061; }
p { color: rgb(104,48,97); }
H1.HeaderClassName
{
color: #683061;
}
.AnyTagClassName
{
color: #683061;
}
</style>
background-color css
<style>
a { background-color: #683061; }
a { background-color: rgb(104,48,97); }
div.DivClassName
{
background-color: #683061;
}
.BgClassName
{
background-color: #683061;
}
</style>
border-color css
<style>
span { border-color: #683061; }
span { border-color: rgb(104,48,97); }
td.TdClassName
{
border-color: #683061;
}
.TagClassName
{
border-color: #683061;
}
</style>