Shades of Palatinate Purple #682364
Tints of Palatinate Purple #682364
RGB
CMYK
RGB Variations
Color information
#682364 (or 0x682364) is known color: Palatinate Purple. HEX triplet: 68, 23 and 64. RGB value is (104,35,100). Sum of RGB (Red+Green+Blue) = 104+35+100=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #682364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682364 is #97DC9B. Grayscale: #3E3E3E. Windows color (decimal): -9952412 or 6562664. OLE color: 6562664.
HSL color Cylindrical-coordinate representation of color #682364: hue angle of 303.48º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #682364 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 35 | 100 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.59 |
| HSL | 303.48º | 0.5% | 0.27% | - |
| HSV(B) | 303.48º | 0.66% | 0.41% | - |
| XYZ | 8.61 | 5.07 | 12.58 | - |
| YUV | 63.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 35 | 100 | 0 | 0.66 | 0.04 | 0.59 | 303.48 | 0.5 | 0.27 |
| Hex | 68 | 23 | 64 | 0 | 42 | 4 | 3B | 12F | 32 | 1B |
| Octal | 150 | 43 | 144 | 0 | 102 | 4 | 73 | 457 | 62 | 33 |
| Binary | 1101000 | 100011 | 1100100 | 0 | 1000010 | 100 | 111011 | 100101111 | 110010 | 11011 |
Color Harmonies of #682364
Complementary color
Monochromatic Colors of #682364
Black with #682364
Text Example
Text Example
White with #682364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682364; }
p { color: rgb(104,35,100); }
H1.HeaderClassName
{
color: #682364;
}
.AnyTagClassName
{
color: #682364;
}
</style>
background-color css
<style>
a { background-color: #682364; }
a { background-color: rgb(104,35,100); }
div.DivClassName
{
background-color: #682364;
}
.BgClassName
{
background-color: #682364;
}
</style>
border-color css
<style>
span { border-color: #682364; }
span { border-color: rgb(104,35,100); }
td.TdClassName
{
border-color: #682364;
}
.TagClassName
{
border-color: #682364;
}
</style>