Shades of Palatinate Purple #682563
Tints of Palatinate Purple #682563
RGB
CMYK
RGB Variations
Color information
#682563 (or 0x682563) is known color: Palatinate Purple. HEX triplet: 68, 25 and 63. RGB value is (104,37,99). Sum of RGB (Red+Green+Blue) = 104+37+99=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #682563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682563 is #97DA9C. Grayscale: #3F3F3F. Windows color (decimal): -9951901 or 6497640. OLE color: 6497640.
HSL color Cylindrical-coordinate representation of color #682563: hue angle of 304.48º 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 #682563 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 99 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.59 |
| HSL | 304.48º | 0.48% | 0.28% | - |
| HSV(B) | 304.48º | 0.64% | 0.41% | - |
| XYZ | 8.62 | 5.17 | 12.35 | - |
| YUV | 64.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 99 | 0 | 0.64 | 0.05 | 0.59 | 304.48 | 0.48 | 0.28 |
| Hex | 68 | 25 | 63 | 0 | 40 | 5 | 3B | 130 | 30 | 1C |
| Octal | 150 | 45 | 143 | 0 | 100 | 5 | 73 | 460 | 60 | 34 |
| Binary | 1101000 | 100101 | 1100011 | 0 | 1000000 | 101 | 111011 | 100110000 | 110000 | 11100 |
Color Harmonies of #682563
Complementary color
Monochromatic Colors of #682563
Black with #682563
Text Example
Text Example
White with #682563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682563; }
p { color: rgb(104,37,99); }
H1.HeaderClassName
{
color: #682563;
}
.AnyTagClassName
{
color: #682563;
}
</style>
background-color css
<style>
a { background-color: #682563; }
a { background-color: rgb(104,37,99); }
div.DivClassName
{
background-color: #682563;
}
.BgClassName
{
background-color: #682563;
}
</style>
border-color css
<style>
span { border-color: #682563; }
span { border-color: rgb(104,37,99); }
td.TdClassName
{
border-color: #682563;
}
.TagClassName
{
border-color: #682563;
}
</style>