Shades of Palatinate Purple #683162
Tints of Palatinate Purple #683162
RGB
CMYK
RGB Variations
Color information
#683162 (or 0x683162) is known color: Palatinate Purple. HEX triplet: 68, 31 and 62. RGB value is (104,49,98). Sum of RGB (Red+Green+Blue) = 104+49+98=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #683162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683162 is #97CE9D. Grayscale: #464646. Windows color (decimal): -9948830 or 6435176. OLE color: 6435176.
HSL color Cylindrical-coordinate representation of color #683162: hue angle of 306.55º 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 #683162 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 49 | 98 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.59 |
| HSL | 306.55º | 0.36% | 0.3% | - |
| HSV(B) | 306.55º | 0.53% | 0.41% | - |
| XYZ | 9.01 | 6.02 | 12.24 | - |
| YUV | 71.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 98 | 0 | 0.53 | 0.06 | 0.59 | 306.55 | 0.36 | 0.3 |
| Hex | 68 | 31 | 62 | 0 | 35 | 6 | 3B | 133 | 24 | 1E |
| Octal | 150 | 61 | 142 | 0 | 65 | 6 | 73 | 463 | 44 | 36 |
| Binary | 1101000 | 110001 | 1100010 | 0 | 110101 | 110 | 111011 | 100110011 | 100100 | 11110 |
Color Harmonies of #683162
Complementary color
Monochromatic Colors of #683162
Black with #683162
Text Example
Text Example
White with #683162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683162; }
p { color: rgb(104,49,98); }
H1.HeaderClassName
{
color: #683162;
}
.AnyTagClassName
{
color: #683162;
}
</style>
background-color css
<style>
a { background-color: #683162; }
a { background-color: rgb(104,49,98); }
div.DivClassName
{
background-color: #683162;
}
.BgClassName
{
background-color: #683162;
}
</style>
border-color css
<style>
span { border-color: #683162; }
span { border-color: rgb(104,49,98); }
td.TdClassName
{
border-color: #683162;
}
.TagClassName
{
border-color: #683162;
}
</style>