Shades of Palatinate Purple #673963
Tints of Palatinate Purple #673963
RGB
CMYK
RGB Variations
Color information
#673963 (or 0x673963) is known color: Palatinate Purple. HEX triplet: 67, 39 and 63. RGB value is (103,57,99). Sum of RGB (Red+Green+Blue) = 103+57+99=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 103 - color contains mainly: red. Hex color #673963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673963 is #98C69C. Grayscale: #4B4B4B. Windows color (decimal): -10012317 or 6502759. OLE color: 6502759.
HSL color Cylindrical-coordinate representation of color #673963: hue angle of 305.22º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #673963 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 57 | 99 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.60 |
| HSL | 305.22º | 0.29% | 0.31% | - |
| HSV(B) | 305.22º | 0.45% | 0.4% | - |
| XYZ | 9.31 | 6.71 | 12.61 | - |
| YUV | 75.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 99 | 0 | 0.45 | 0.04 | 0.60 | 305.22 | 0.29 | 0.31 |
| Hex | 67 | 39 | 63 | 0 | 2D | 4 | 3C | 131 | 1D | 1F |
| Octal | 147 | 71 | 143 | 0 | 55 | 4 | 74 | 461 | 35 | 37 |
| Binary | 1100111 | 111001 | 1100011 | 0 | 101101 | 100 | 111100 | 100110001 | 11101 | 11111 |
Color Harmonies of #673963
Complementary color
Monochromatic Colors of #673963
Black with #673963
Text Example
Text Example
White with #673963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673963; }
p { color: rgb(103,57,99); }
H1.HeaderClassName
{
color: #673963;
}
.AnyTagClassName
{
color: #673963;
}
</style>
background-color css
<style>
a { background-color: #673963; }
a { background-color: rgb(103,57,99); }
div.DivClassName
{
background-color: #673963;
}
.BgClassName
{
background-color: #673963;
}
</style>
border-color css
<style>
span { border-color: #673963; }
span { border-color: rgb(103,57,99); }
td.TdClassName
{
border-color: #673963;
}
.TagClassName
{
border-color: #673963;
}
</style>