Shades of Palatinate Purple #683163
Tints of Palatinate Purple #683163
RGB
CMYK
RGB Variations
Color information
#683163 (or 0x683163) is known color: Palatinate Purple. HEX triplet: 68, 31 and 63. RGB value is (104,49,99). Sum of RGB (Red+Green+Blue) = 104+49+99=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #683163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683163 is #97CE9C. Grayscale: #474747. Windows color (decimal): -9948829 or 6500712. OLE color: 6500712.
HSL color Cylindrical-coordinate representation of color #683163: hue angle of 305.45º 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 #683163 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 49 | 99 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.59 |
| HSL | 305.45º | 0.36% | 0.3% | - |
| HSV(B) | 305.45º | 0.53% | 0.41% | - |
| XYZ | 9.06 | 6.04 | 12.49 | - |
| YUV | 71.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 99 | 0 | 0.53 | 0.05 | 0.59 | 305.45 | 0.36 | 0.3 |
| Hex | 68 | 31 | 63 | 0 | 35 | 5 | 3B | 131 | 24 | 1E |
| Octal | 150 | 61 | 143 | 0 | 65 | 5 | 73 | 461 | 44 | 36 |
| Binary | 1101000 | 110001 | 1100011 | 0 | 110101 | 101 | 111011 | 100110001 | 100100 | 11110 |
Color Harmonies of #683163
Complementary color
Monochromatic Colors of #683163
Black with #683163
Text Example
Text Example
White with #683163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683163; }
p { color: rgb(104,49,99); }
H1.HeaderClassName
{
color: #683163;
}
.AnyTagClassName
{
color: #683163;
}
</style>
background-color css
<style>
a { background-color: #683163; }
a { background-color: rgb(104,49,99); }
div.DivClassName
{
background-color: #683163;
}
.BgClassName
{
background-color: #683163;
}
</style>
border-color css
<style>
span { border-color: #683163; }
span { border-color: rgb(104,49,99); }
td.TdClassName
{
border-color: #683163;
}
.TagClassName
{
border-color: #683163;
}
</style>