Shades of Palatinate Purple #684363
Tints of Palatinate Purple #684363
RGB
CMYK
RGB Variations
Color information
#684363 (or 0x684363) is known color: Palatinate Purple. HEX triplet: 68, 43 and 63. RGB value is (104,67,99). Sum of RGB (Red+Green+Blue) = 104+67+99=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #684363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684363 is #97BC9C. Grayscale: #515151. Windows color (decimal): -9944221 or 6505320. OLE color: 6505320.
HSL color Cylindrical-coordinate representation of color #684363: hue angle of 308.11º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #684363 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 67 | 99 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.59 |
| HSL | 308.11º | 0.22% | 0.34% | - |
| HSV(B) | 308.11º | 0.36% | 0.41% | - |
| XYZ | 9.97 | 7.86 | 12.8 | - |
| YUV | 81.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 99 | 0 | 0.36 | 0.05 | 0.59 | 308.11 | 0.22 | 0.34 |
| Hex | 68 | 43 | 63 | 0 | 24 | 5 | 3B | 134 | 16 | 22 |
| Octal | 150 | 103 | 143 | 0 | 44 | 5 | 73 | 464 | 26 | 42 |
| Binary | 1101000 | 1000011 | 1100011 | 0 | 100100 | 101 | 111011 | 100110100 | 10110 | 100010 |
Color Harmonies of #684363
Complementary color
Monochromatic Colors of #684363
Black with #684363
Text Example
Text Example
White with #684363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684363; }
p { color: rgb(104,67,99); }
H1.HeaderClassName
{
color: #684363;
}
.AnyTagClassName
{
color: #684363;
}
</style>
background-color css
<style>
a { background-color: #684363; }
a { background-color: rgb(104,67,99); }
div.DivClassName
{
background-color: #684363;
}
.BgClassName
{
background-color: #684363;
}
</style>
border-color css
<style>
span { border-color: #684363; }
span { border-color: rgb(104,67,99); }
td.TdClassName
{
border-color: #684363;
}
.TagClassName
{
border-color: #684363;
}
</style>