Shades of Palatinate Purple #683264
Tints of Palatinate Purple #683264
RGB
CMYK
RGB Variations
Color information
#683264 (or 0x683264) is known color: Palatinate Purple. HEX triplet: 68, 32 and 64. RGB value is (104,50,100). Sum of RGB (Red+Green+Blue) = 104+50+100=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #683264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683264 is #97CD9B. Grayscale: #474747. Windows color (decimal): -9948572 or 6566504. OLE color: 6566504.
HSL color Cylindrical-coordinate representation of color #683264: hue angle of 304.44º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #683264 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 100 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.59 |
| HSL | 304.44º | 0.35% | 0.3% | - |
| HSV(B) | 304.44º | 0.52% | 0.41% | - |
| XYZ | 9.15 | 6.14 | 12.76 | - |
| YUV | 71.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 100 | 0 | 0.52 | 0.04 | 0.59 | 304.44 | 0.35 | 0.3 |
| Hex | 68 | 32 | 64 | 0 | 34 | 4 | 3B | 130 | 23 | 1E |
| Octal | 150 | 62 | 144 | 0 | 64 | 4 | 73 | 460 | 43 | 36 |
| Binary | 1101000 | 110010 | 1100100 | 0 | 110100 | 100 | 111011 | 100110000 | 100011 | 11110 |
Color Harmonies of #683264
Complementary color
Monochromatic Colors of #683264
Black with #683264
Text Example
Text Example
White with #683264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683264; }
p { color: rgb(104,50,100); }
H1.HeaderClassName
{
color: #683264;
}
.AnyTagClassName
{
color: #683264;
}
</style>
background-color css
<style>
a { background-color: #683264; }
a { background-color: rgb(104,50,100); }
div.DivClassName
{
background-color: #683264;
}
.BgClassName
{
background-color: #683264;
}
</style>
border-color css
<style>
span { border-color: #683264; }
span { border-color: rgb(104,50,100); }
td.TdClassName
{
border-color: #683264;
}
.TagClassName
{
border-color: #683264;
}
</style>