Shades of Palatinate Purple #683265
Tints of Palatinate Purple #683265
RGB
CMYK
RGB Variations
Color information
#683265 (or 0x683265) is known color: Palatinate Purple. HEX triplet: 68, 32 and 65. RGB value is (104,50,101). Sum of RGB (Red+Green+Blue) = 104+50+101=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #683265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683265 is #97CD9A. Grayscale: #474747. Windows color (decimal): -9948571 or 6632040. OLE color: 6632040.
HSL color Cylindrical-coordinate representation of color #683265: hue angle of 303.33º 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 #683265 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 101 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.59 |
| HSL | 303.33º | 0.35% | 0.3% | - |
| HSV(B) | 303.33º | 0.52% | 0.41% | - |
| XYZ | 9.2 | 6.16 | 13.02 | - |
| YUV | 71.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 101 | 0 | 0.52 | 0.03 | 0.59 | 303.33 | 0.35 | 0.3 |
| Hex | 68 | 32 | 65 | 0 | 34 | 3 | 3B | 12F | 23 | 1E |
| Octal | 150 | 62 | 145 | 0 | 64 | 3 | 73 | 457 | 43 | 36 |
| Binary | 1101000 | 110010 | 1100101 | 0 | 110100 | 11 | 111011 | 100101111 | 100011 | 11110 |
Color Harmonies of #683265
Complementary color
Monochromatic Colors of #683265
Black with #683265
Text Example
Text Example
White with #683265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683265; }
p { color: rgb(104,50,101); }
H1.HeaderClassName
{
color: #683265;
}
.AnyTagClassName
{
color: #683265;
}
</style>
background-color css
<style>
a { background-color: #683265; }
a { background-color: rgb(104,50,101); }
div.DivClassName
{
background-color: #683265;
}
.BgClassName
{
background-color: #683265;
}
</style>
border-color css
<style>
span { border-color: #683265; }
span { border-color: rgb(104,50,101); }
td.TdClassName
{
border-color: #683265;
}
.TagClassName
{
border-color: #683265;
}
</style>