Shades of Palatinate Purple #683165
Tints of Palatinate Purple #683165
RGB
CMYK
RGB Variations
Color information
#683165 (or 0x683165) is known color: Palatinate Purple. HEX triplet: 68, 31 and 65. RGB value is (104,49,101). Sum of RGB (Red+Green+Blue) = 104+49+101=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #683165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683165 is #97CE9A. Grayscale: #474747. Windows color (decimal): -9948827 or 6631784. OLE color: 6631784.
HSL color Cylindrical-coordinate representation of color #683165: hue angle of 303.27º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #683165 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 49 | 101 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.59 |
| HSL | 303.27º | 0.36% | 0.3% | - |
| HSV(B) | 303.27º | 0.53% | 0.41% | - |
| XYZ | 9.16 | 6.08 | 13 | - |
| YUV | 71.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 101 | 0 | 0.53 | 0.03 | 0.59 | 303.27 | 0.36 | 0.3 |
| Hex | 68 | 31 | 65 | 0 | 35 | 3 | 3B | 12F | 24 | 1E |
| Octal | 150 | 61 | 145 | 0 | 65 | 3 | 73 | 457 | 44 | 36 |
| Binary | 1101000 | 110001 | 1100101 | 0 | 110101 | 11 | 111011 | 100101111 | 100100 | 11110 |
Color Harmonies of #683165
Complementary color
Monochromatic Colors of #683165
Black with #683165
Text Example
Text Example
White with #683165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683165; }
p { color: rgb(104,49,101); }
H1.HeaderClassName
{
color: #683165;
}
.AnyTagClassName
{
color: #683165;
}
</style>
background-color css
<style>
a { background-color: #683165; }
a { background-color: rgb(104,49,101); }
div.DivClassName
{
background-color: #683165;
}
.BgClassName
{
background-color: #683165;
}
</style>
border-color css
<style>
span { border-color: #683165; }
span { border-color: rgb(104,49,101); }
td.TdClassName
{
border-color: #683165;
}
.TagClassName
{
border-color: #683165;
}
</style>