Shades of Palatinate Purple #683260
Tints of Palatinate Purple #683260
RGB
CMYK
RGB Variations
Color information
#683260 (or 0x683260) is known color: Palatinate Purple. HEX triplet: 68, 32 and 60. RGB value is (104,50,96). Sum of RGB (Red+Green+Blue) = 104+50+96=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #683260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683260 is #97CD9F. Grayscale: #474747. Windows color (decimal): -9948576 or 6304360. OLE color: 6304360.
HSL color Cylindrical-coordinate representation of color #683260: hue angle of 308.89º 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 #683260 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 96 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.59 |
| HSL | 308.89º | 0.35% | 0.3% | - |
| HSV(B) | 308.89º | 0.52% | 0.41% | - |
| XYZ | 8.96 | 6.07 | 11.77 | - |
| YUV | 71.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 96 | 0 | 0.52 | 0.08 | 0.59 | 308.89 | 0.35 | 0.3 |
| Hex | 68 | 32 | 60 | 0 | 34 | 8 | 3B | 135 | 23 | 1E |
| Octal | 150 | 62 | 140 | 0 | 64 | 10 | 73 | 465 | 43 | 36 |
| Binary | 1101000 | 110010 | 1100000 | 0 | 110100 | 1000 | 111011 | 100110101 | 100011 | 11110 |
Color Harmonies of #683260
Complementary color
Monochromatic Colors of #683260
Black with #683260
Text Example
Text Example
White with #683260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683260; }
p { color: rgb(104,50,96); }
H1.HeaderClassName
{
color: #683260;
}
.AnyTagClassName
{
color: #683260;
}
</style>
background-color css
<style>
a { background-color: #683260; }
a { background-color: rgb(104,50,96); }
div.DivClassName
{
background-color: #683260;
}
.BgClassName
{
background-color: #683260;
}
</style>
border-color css
<style>
span { border-color: #683260; }
span { border-color: rgb(104,50,96); }
td.TdClassName
{
border-color: #683260;
}
.TagClassName
{
border-color: #683260;
}
</style>