Shades of Palatinate Purple #673863
Tints of Palatinate Purple #673863
RGB
CMYK
RGB Variations
Color information
#673863 (or 0x673863) is known color: Palatinate Purple. HEX triplet: 67, 38 and 63. RGB value is (103,56,99). Sum of RGB (Red+Green+Blue) = 103+56+99=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 103 - color contains mainly: red. Hex color #673863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673863 is #98C79C. Grayscale: #4A4A4A. Windows color (decimal): -10012573 or 6502503. OLE color: 6502503.
HSL color Cylindrical-coordinate representation of color #673863: hue angle of 305.11º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #673863 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 56 | 99 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.60 |
| HSL | 305.11º | 0.3% | 0.31% | - |
| HSV(B) | 305.11º | 0.46% | 0.4% | - |
| XYZ | 9.26 | 6.61 | 12.59 | - |
| YUV | 74.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 99 | 0 | 0.46 | 0.04 | 0.60 | 305.11 | 0.3 | 0.31 |
| Hex | 67 | 38 | 63 | 0 | 2E | 4 | 3C | 131 | 1E | 1F |
| Octal | 147 | 70 | 143 | 0 | 56 | 4 | 74 | 461 | 36 | 37 |
| Binary | 1100111 | 111000 | 1100011 | 0 | 101110 | 100 | 111100 | 100110001 | 11110 | 11111 |
Color Harmonies of #673863
Complementary color
Monochromatic Colors of #673863
Black with #673863
Text Example
Text Example
White with #673863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673863; }
p { color: rgb(103,56,99); }
H1.HeaderClassName
{
color: #673863;
}
.AnyTagClassName
{
color: #673863;
}
</style>
background-color css
<style>
a { background-color: #673863; }
a { background-color: rgb(103,56,99); }
div.DivClassName
{
background-color: #673863;
}
.BgClassName
{
background-color: #673863;
}
</style>
border-color css
<style>
span { border-color: #673863; }
span { border-color: rgb(103,56,99); }
td.TdClassName
{
border-color: #673863;
}
.TagClassName
{
border-color: #673863;
}
</style>