Shades of Palatinate Purple #684162
Tints of Palatinate Purple #684162
RGB
CMYK
RGB Variations
Color information
#684162 (or 0x684162) is known color: Palatinate Purple. HEX triplet: 68, 41 and 62. RGB value is (104,65,98). Sum of RGB (Red+Green+Blue) = 104+65+98=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #684162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684162 is #97BE9D. Grayscale: #505050. Windows color (decimal): -9944734 or 6439272. OLE color: 6439272.
HSL color Cylindrical-coordinate representation of color #684162: hue angle of 309.23º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684162 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 65 | 98 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.59 |
| HSL | 309.23º | 0.23% | 0.33% | - |
| HSV(B) | 309.23º | 0.38% | 0.41% | - |
| XYZ | 9.8 | 7.61 | 12.51 | - |
| YUV | 80.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 98 | 0 | 0.38 | 0.06 | 0.59 | 309.23 | 0.23 | 0.33 |
| Hex | 68 | 41 | 62 | 0 | 26 | 6 | 3B | 135 | 17 | 21 |
| Octal | 150 | 101 | 142 | 0 | 46 | 6 | 73 | 465 | 27 | 41 |
| Binary | 1101000 | 1000001 | 1100010 | 0 | 100110 | 110 | 111011 | 100110101 | 10111 | 100001 |
Color Harmonies of #684162
Complementary color
Monochromatic Colors of #684162
Black with #684162
Text Example
Text Example
White with #684162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684162; }
p { color: rgb(104,65,98); }
H1.HeaderClassName
{
color: #684162;
}
.AnyTagClassName
{
color: #684162;
}
</style>
background-color css
<style>
a { background-color: #684162; }
a { background-color: rgb(104,65,98); }
div.DivClassName
{
background-color: #684162;
}
.BgClassName
{
background-color: #684162;
}
</style>
border-color css
<style>
span { border-color: #684162; }
span { border-color: rgb(104,65,98); }
td.TdClassName
{
border-color: #684162;
}
.TagClassName
{
border-color: #684162;
}
</style>