Shades of Palatinate Purple #682565
Tints of Palatinate Purple #682565
RGB
CMYK
RGB Variations
Color information
#682565 (or 0x682565) is known color: Palatinate Purple. HEX triplet: 68, 25 and 65. RGB value is (104,37,101). Sum of RGB (Red+Green+Blue) = 104+37+101=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #682565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682565 is #97DA9A. Grayscale: #404040. Windows color (decimal): -9951899 or 6628712. OLE color: 6628712.
HSL color Cylindrical-coordinate representation of color #682565: hue angle of 302.69º 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 #682565 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 101 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.59 |
| HSL | 302.69º | 0.48% | 0.28% | - |
| HSV(B) | 302.69º | 0.64% | 0.41% | - |
| XYZ | 8.72 | 5.21 | 12.86 | - |
| YUV | 64.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 101 | 0 | 0.64 | 0.03 | 0.59 | 302.69 | 0.48 | 0.28 |
| Hex | 68 | 25 | 65 | 0 | 40 | 3 | 3B | 12F | 30 | 1C |
| Octal | 150 | 45 | 145 | 0 | 100 | 3 | 73 | 457 | 60 | 34 |
| Binary | 1101000 | 100101 | 1100101 | 0 | 1000000 | 11 | 111011 | 100101111 | 110000 | 11100 |
Color Harmonies of #682565
Complementary color
Monochromatic Colors of #682565
Black with #682565
Text Example
Text Example
White with #682565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682565; }
p { color: rgb(104,37,101); }
H1.HeaderClassName
{
color: #682565;
}
.AnyTagClassName
{
color: #682565;
}
</style>
background-color css
<style>
a { background-color: #682565; }
a { background-color: rgb(104,37,101); }
div.DivClassName
{
background-color: #682565;
}
.BgClassName
{
background-color: #682565;
}
</style>
border-color css
<style>
span { border-color: #682565; }
span { border-color: rgb(104,37,101); }
td.TdClassName
{
border-color: #682565;
}
.TagClassName
{
border-color: #682565;
}
</style>