Shades of Palatinate Purple #683361
Tints of Palatinate Purple #683361
RGB
CMYK
RGB Variations
Color information
#683361 (or 0x683361) is known color: Palatinate Purple. HEX triplet: 68, 33 and 61. RGB value is (104,51,97). Sum of RGB (Red+Green+Blue) = 104+51+97=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #683361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683361 is #97CC9E. Grayscale: #474747. Windows color (decimal): -9948319 or 6370152. OLE color: 6370152.
HSL color Cylindrical-coordinate representation of color #683361: hue angle of 307.92º 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 #683361 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 51 | 97 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.59 |
| HSL | 307.92º | 0.34% | 0.3% | - |
| HSV(B) | 307.92º | 0.51% | 0.41% | - |
| XYZ | 9.05 | 6.17 | 12.02 | - |
| YUV | 72.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 97 | 0 | 0.51 | 0.07 | 0.59 | 307.92 | 0.34 | 0.3 |
| Hex | 68 | 33 | 61 | 0 | 33 | 7 | 3B | 134 | 22 | 1E |
| Octal | 150 | 63 | 141 | 0 | 63 | 7 | 73 | 464 | 42 | 36 |
| Binary | 1101000 | 110011 | 1100001 | 0 | 110011 | 111 | 111011 | 100110100 | 100010 | 11110 |
Color Harmonies of #683361
Complementary color
Monochromatic Colors of #683361
Black with #683361
Text Example
Text Example
White with #683361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683361; }
p { color: rgb(104,51,97); }
H1.HeaderClassName
{
color: #683361;
}
.AnyTagClassName
{
color: #683361;
}
</style>
background-color css
<style>
a { background-color: #683361; }
a { background-color: rgb(104,51,97); }
div.DivClassName
{
background-color: #683361;
}
.BgClassName
{
background-color: #683361;
}
</style>
border-color css
<style>
span { border-color: #683361; }
span { border-color: rgb(104,51,97); }
td.TdClassName
{
border-color: #683361;
}
.TagClassName
{
border-color: #683361;
}
</style>