Shades of Palatinate Purple #683065
Tints of Palatinate Purple #683065
RGB
CMYK
RGB Variations
Color information
#683065 (or 0x683065) is known color: Palatinate Purple. HEX triplet: 68, 30 and 65. RGB value is (104,48,101). Sum of RGB (Red+Green+Blue) = 104+48+101=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #683065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683065 is #97CF9A. Grayscale: #464646. Windows color (decimal): -9949083 or 6631528. OLE color: 6631528.
HSL color Cylindrical-coordinate representation of color #683065: hue angle of 303.21º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #683065 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 48 | 101 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.59 |
| HSL | 303.21º | 0.37% | 0.3% | - |
| HSV(B) | 303.21º | 0.54% | 0.41% | - |
| XYZ | 9.11 | 6 | 12.99 | - |
| YUV | 70.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 101 | 0 | 0.54 | 0.03 | 0.59 | 303.21 | 0.37 | 0.3 |
| Hex | 68 | 30 | 65 | 0 | 36 | 3 | 3B | 12F | 25 | 1E |
| Octal | 150 | 60 | 145 | 0 | 66 | 3 | 73 | 457 | 45 | 36 |
| Binary | 1101000 | 110000 | 1100101 | 0 | 110110 | 11 | 111011 | 100101111 | 100101 | 11110 |
Color Harmonies of #683065
Complementary color
Monochromatic Colors of #683065
Black with #683065
Text Example
Text Example
White with #683065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683065; }
p { color: rgb(104,48,101); }
H1.HeaderClassName
{
color: #683065;
}
.AnyTagClassName
{
color: #683065;
}
</style>
background-color css
<style>
a { background-color: #683065; }
a { background-color: rgb(104,48,101); }
div.DivClassName
{
background-color: #683065;
}
.BgClassName
{
background-color: #683065;
}
</style>
border-color css
<style>
span { border-color: #683065; }
span { border-color: rgb(104,48,101); }
td.TdClassName
{
border-color: #683065;
}
.TagClassName
{
border-color: #683065;
}
</style>