Shades of Palatinate Purple #682562
Tints of Palatinate Purple #682562
RGB
CMYK
RGB Variations
Color information
#682562 (or 0x682562) is known color: Palatinate Purple. HEX triplet: 68, 25 and 62. RGB value is (104,37,98). Sum of RGB (Red+Green+Blue) = 104+37+98=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #682562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682562 is #97DA9D. Grayscale: #3F3F3F. Windows color (decimal): -9951902 or 6432104. OLE color: 6432104.
HSL color Cylindrical-coordinate representation of color #682562: hue angle of 305.37º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #682562 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 98 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.59 |
| HSL | 305.37º | 0.48% | 0.28% | - |
| HSV(B) | 305.37º | 0.64% | 0.41% | - |
| XYZ | 8.58 | 5.15 | 12.1 | - |
| YUV | 63.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 98 | 0 | 0.64 | 0.06 | 0.59 | 305.37 | 0.48 | 0.28 |
| Hex | 68 | 25 | 62 | 0 | 40 | 6 | 3B | 131 | 30 | 1C |
| Octal | 150 | 45 | 142 | 0 | 100 | 6 | 73 | 461 | 60 | 34 |
| Binary | 1101000 | 100101 | 1100010 | 0 | 1000000 | 110 | 111011 | 100110001 | 110000 | 11100 |
Color Harmonies of #682562
Complementary color
Monochromatic Colors of #682562
Black with #682562
Text Example
Text Example
White with #682562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682562; }
p { color: rgb(104,37,98); }
H1.HeaderClassName
{
color: #682562;
}
.AnyTagClassName
{
color: #682562;
}
</style>
background-color css
<style>
a { background-color: #682562; }
a { background-color: rgb(104,37,98); }
div.DivClassName
{
background-color: #682562;
}
.BgClassName
{
background-color: #682562;
}
</style>
border-color css
<style>
span { border-color: #682562; }
span { border-color: rgb(104,37,98); }
td.TdClassName
{
border-color: #682562;
}
.TagClassName
{
border-color: #682562;
}
</style>