Shades of Palatinate Purple #683362
Tints of Palatinate Purple #683362
RGB
CMYK
RGB Variations
Color information
#683362 (or 0x683362) is known color: Palatinate Purple. HEX triplet: 68, 33 and 62. RGB value is (104,51,98). Sum of RGB (Red+Green+Blue) = 104+51+98=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #683362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683362 is #97CC9D. Grayscale: #484848. Windows color (decimal): -9948318 or 6435688. OLE color: 6435688.
HSL color Cylindrical-coordinate representation of color #683362: hue angle of 306.79º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #683362 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 51 | 98 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.59 |
| HSL | 306.79º | 0.34% | 0.3% | - |
| HSV(B) | 306.79º | 0.51% | 0.41% | - |
| XYZ | 9.1 | 6.19 | 12.27 | - |
| YUV | 72.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 98 | 0 | 0.51 | 0.06 | 0.59 | 306.79 | 0.34 | 0.3 |
| Hex | 68 | 33 | 62 | 0 | 33 | 6 | 3B | 133 | 22 | 1E |
| Octal | 150 | 63 | 142 | 0 | 63 | 6 | 73 | 463 | 42 | 36 |
| Binary | 1101000 | 110011 | 1100010 | 0 | 110011 | 110 | 111011 | 100110011 | 100010 | 11110 |
Color Harmonies of #683362
Complementary color
Monochromatic Colors of #683362
Black with #683362
Text Example
Text Example
White with #683362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683362; }
p { color: rgb(104,51,98); }
H1.HeaderClassName
{
color: #683362;
}
.AnyTagClassName
{
color: #683362;
}
</style>
background-color css
<style>
a { background-color: #683362; }
a { background-color: rgb(104,51,98); }
div.DivClassName
{
background-color: #683362;
}
.BgClassName
{
background-color: #683362;
}
</style>
border-color css
<style>
span { border-color: #683362; }
span { border-color: rgb(104,51,98); }
td.TdClassName
{
border-color: #683362;
}
.TagClassName
{
border-color: #683362;
}
</style>