Shades of Palatinate Purple #684463
Tints of Palatinate Purple #684463
RGB
CMYK
RGB Variations
Color information
#684463 (or 0x684463) is known color: Palatinate Purple. HEX triplet: 68, 44 and 63. RGB value is (104,68,99). Sum of RGB (Red+Green+Blue) = 104+68+99=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #684463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684463 is #97BB9C. Grayscale: #525252. Windows color (decimal): -9943965 or 6505576. OLE color: 6505576.
HSL color Cylindrical-coordinate representation of color #684463: hue angle of 308.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #684463 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 68 | 99 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.59 |
| HSL | 308.33º | 0.21% | 0.34% | - |
| HSV(B) | 308.33º | 0.35% | 0.41% | - |
| XYZ | 10.03 | 7.98 | 12.82 | - |
| YUV | 82.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 99 | 0 | 0.35 | 0.05 | 0.59 | 308.33 | 0.21 | 0.34 |
| Hex | 68 | 44 | 63 | 0 | 23 | 5 | 3B | 134 | 15 | 22 |
| Octal | 150 | 104 | 143 | 0 | 43 | 5 | 73 | 464 | 25 | 42 |
| Binary | 1101000 | 1000100 | 1100011 | 0 | 100011 | 101 | 111011 | 100110100 | 10101 | 100010 |
Color Harmonies of #684463
Complementary color
Monochromatic Colors of #684463
Black with #684463
Text Example
Text Example
White with #684463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684463; }
p { color: rgb(104,68,99); }
H1.HeaderClassName
{
color: #684463;
}
.AnyTagClassName
{
color: #684463;
}
</style>
background-color css
<style>
a { background-color: #684463; }
a { background-color: rgb(104,68,99); }
div.DivClassName
{
background-color: #684463;
}
.BgClassName
{
background-color: #684463;
}
</style>
border-color css
<style>
span { border-color: #684463; }
span { border-color: rgb(104,68,99); }
td.TdClassName
{
border-color: #684463;
}
.TagClassName
{
border-color: #684463;
}
</style>