Shades of Palatinate Purple #683959
Tints of Palatinate Purple #683959
RGB
CMYK
RGB Variations
Color information
#683959 (or 0x683959) is known color: Palatinate Purple. HEX triplet: 68, 39 and 59. RGB value is (104,57,89). Sum of RGB (Red+Green+Blue) = 104+57+89=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #683959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683959 is #97C6A6. Grayscale: #4A4A4A. Windows color (decimal): -9946791 or 5847400. OLE color: 5847400.
HSL color Cylindrical-coordinate representation of color #683959: hue angle of 319.15º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #683959 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 57 | 89 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.59 |
| HSL | 319.15º | 0.29% | 0.32% | - |
| HSV(B) | 319.15º | 0.45% | 0.41% | - |
| XYZ | 8.98 | 6.59 | 10.25 | - |
| YUV | 74.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 89 | 0 | 0.45 | 0.14 | 0.59 | 319.15 | 0.29 | 0.32 |
| Hex | 68 | 39 | 59 | 0 | 2D | E | 3B | 13F | 1D | 20 |
| Octal | 150 | 71 | 131 | 0 | 55 | 16 | 73 | 477 | 35 | 40 |
| Binary | 1101000 | 111001 | 1011001 | 0 | 101101 | 1110 | 111011 | 100111111 | 11101 | 100000 |
Color Harmonies of #683959
Complementary color
Monochromatic Colors of #683959
Black with #683959
Text Example
Text Example
White with #683959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683959; }
p { color: rgb(104,57,89); }
H1.HeaderClassName
{
color: #683959;
}
.AnyTagClassName
{
color: #683959;
}
</style>
background-color css
<style>
a { background-color: #683959; }
a { background-color: rgb(104,57,89); }
div.DivClassName
{
background-color: #683959;
}
.BgClassName
{
background-color: #683959;
}
</style>
border-color css
<style>
span { border-color: #683959; }
span { border-color: rgb(104,57,89); }
td.TdClassName
{
border-color: #683959;
}
.TagClassName
{
border-color: #683959;
}
</style>