Shades of Palatinate Purple #682860
Tints of Palatinate Purple #682860
RGB
CMYK
RGB Variations
Color information
#682860 (or 0x682860) is known color: Palatinate Purple. HEX triplet: 68, 28 and 60. RGB value is (104,40,96). Sum of RGB (Red+Green+Blue) = 104+40+96=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #682860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682860 is #97D79F. Grayscale: #414141. Windows color (decimal): -9951136 or 6301800. OLE color: 6301800.
HSL color Cylindrical-coordinate representation of color #682860: hue angle of 307.5º 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 #682860 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 96 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.59 |
| HSL | 307.5º | 0.44% | 0.28% | - |
| HSV(B) | 307.5º | 0.62% | 0.41% | - |
| XYZ | 8.58 | 5.31 | 11.64 | - |
| YUV | 65.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 96 | 0 | 0.62 | 0.08 | 0.59 | 307.5 | 0.44 | 0.28 |
| Hex | 68 | 28 | 60 | 0 | 3E | 8 | 3B | 134 | 2C | 1C |
| Octal | 150 | 50 | 140 | 0 | 76 | 10 | 73 | 464 | 54 | 34 |
| Binary | 1101000 | 101000 | 1100000 | 0 | 111110 | 1000 | 111011 | 100110100 | 101100 | 11100 |
Color Harmonies of #682860
Complementary color
Monochromatic Colors of #682860
Black with #682860
Text Example
Text Example
White with #682860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682860; }
p { color: rgb(104,40,96); }
H1.HeaderClassName
{
color: #682860;
}
.AnyTagClassName
{
color: #682860;
}
</style>
background-color css
<style>
a { background-color: #682860; }
a { background-color: rgb(104,40,96); }
div.DivClassName
{
background-color: #682860;
}
.BgClassName
{
background-color: #682860;
}
</style>
border-color css
<style>
span { border-color: #682860; }
span { border-color: rgb(104,40,96); }
td.TdClassName
{
border-color: #682860;
}
.TagClassName
{
border-color: #682860;
}
</style>