Shades of Palatinate Purple #682856
Tints of Palatinate Purple #682856
RGB
CMYK
RGB Variations
Color information
#682856 (or 0x682856) is known color: Palatinate Purple. HEX triplet: 68, 28 and 56. RGB value is (104,40,86). Sum of RGB (Red+Green+Blue) = 104+40+86=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #682856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682856 is #97D7A9. Grayscale: #404040. Windows color (decimal): -9951146 or 5646440. OLE color: 5646440.
HSL color Cylindrical-coordinate representation of color #682856: hue angle of 316.88º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682856 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 86 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.59 |
| HSL | 316.88º | 0.44% | 0.28% | - |
| HSV(B) | 316.88º | 0.62% | 0.41% | - |
| XYZ | 8.15 | 5.13 | 9.37 | - |
| YUV | 64.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 86 | 0 | 0.62 | 0.17 | 0.59 | 316.88 | 0.44 | 0.28 |
| Hex | 68 | 28 | 56 | 0 | 3E | 11 | 3B | 13D | 2C | 1C |
| Octal | 150 | 50 | 126 | 0 | 76 | 21 | 73 | 475 | 54 | 34 |
| Binary | 1101000 | 101000 | 1010110 | 0 | 111110 | 10001 | 111011 | 100111101 | 101100 | 11100 |
Color Harmonies of #682856
Complementary color
Monochromatic Colors of #682856
Black with #682856
Text Example
Text Example
White with #682856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682856; }
p { color: rgb(104,40,86); }
H1.HeaderClassName
{
color: #682856;
}
.AnyTagClassName
{
color: #682856;
}
</style>
background-color css
<style>
a { background-color: #682856; }
a { background-color: rgb(104,40,86); }
div.DivClassName
{
background-color: #682856;
}
.BgClassName
{
background-color: #682856;
}
</style>
border-color css
<style>
span { border-color: #682856; }
span { border-color: rgb(104,40,86); }
td.TdClassName
{
border-color: #682856;
}
.TagClassName
{
border-color: #682856;
}
</style>