Shades of Palatinate Purple #682861
Tints of Palatinate Purple #682861
RGB
CMYK
RGB Variations
Color information
#682861 (or 0x682861) is known color: Palatinate Purple. HEX triplet: 68, 28 and 61. RGB value is (104,40,97). Sum of RGB (Red+Green+Blue) = 104+40+97=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #682861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682861 is #97D79E. Grayscale: #414141. Windows color (decimal): -9951135 or 6367336. OLE color: 6367336.
HSL color Cylindrical-coordinate representation of color #682861: hue angle of 306.56º 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 #682861 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 97 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.59 |
| HSL | 306.56º | 0.44% | 0.28% | - |
| HSV(B) | 306.56º | 0.62% | 0.41% | - |
| XYZ | 8.63 | 5.32 | 11.88 | - |
| YUV | 65.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 97 | 0 | 0.62 | 0.07 | 0.59 | 306.56 | 0.44 | 0.28 |
| Hex | 68 | 28 | 61 | 0 | 3E | 7 | 3B | 133 | 2C | 1C |
| Octal | 150 | 50 | 141 | 0 | 76 | 7 | 73 | 463 | 54 | 34 |
| Binary | 1101000 | 101000 | 1100001 | 0 | 111110 | 111 | 111011 | 100110011 | 101100 | 11100 |
Color Harmonies of #682861
Complementary color
Monochromatic Colors of #682861
Black with #682861
Text Example
Text Example
White with #682861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682861; }
p { color: rgb(104,40,97); }
H1.HeaderClassName
{
color: #682861;
}
.AnyTagClassName
{
color: #682861;
}
</style>
background-color css
<style>
a { background-color: #682861; }
a { background-color: rgb(104,40,97); }
div.DivClassName
{
background-color: #682861;
}
.BgClassName
{
background-color: #682861;
}
</style>
border-color css
<style>
span { border-color: #682861; }
span { border-color: rgb(104,40,97); }
td.TdClassName
{
border-color: #682861;
}
.TagClassName
{
border-color: #682861;
}
</style>