Shades of Palatinate Purple #673861
Tints of Palatinate Purple #673861
RGB
CMYK
RGB Variations
Color information
#673861 (or 0x673861) is known color: Palatinate Purple. HEX triplet: 67, 38 and 61. RGB value is (103,56,97). Sum of RGB (Red+Green+Blue) = 103+56+97=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 103 - color contains mainly: red. Hex color #673861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673861 is #98C79E. Grayscale: #4A4A4A. Windows color (decimal): -10012575 or 6371431. OLE color: 6371431.
HSL color Cylindrical-coordinate representation of color #673861: hue angle of 307.66º 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 #673861 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 56 | 97 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.60 |
| HSL | 307.66º | 0.3% | 0.31% | - |
| HSV(B) | 307.66º | 0.46% | 0.4% | - |
| XYZ | 9.17 | 6.57 | 12.1 | - |
| YUV | 74.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 97 | 0 | 0.46 | 0.06 | 0.60 | 307.66 | 0.3 | 0.31 |
| Hex | 67 | 38 | 61 | 0 | 2E | 6 | 3C | 134 | 1E | 1F |
| Octal | 147 | 70 | 141 | 0 | 56 | 6 | 74 | 464 | 36 | 37 |
| Binary | 1100111 | 111000 | 1100001 | 0 | 101110 | 110 | 111100 | 100110100 | 11110 | 11111 |
Color Harmonies of #673861
Complementary color
Monochromatic Colors of #673861
Black with #673861
Text Example
Text Example
White with #673861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673861; }
p { color: rgb(103,56,97); }
H1.HeaderClassName
{
color: #673861;
}
.AnyTagClassName
{
color: #673861;
}
</style>
background-color css
<style>
a { background-color: #673861; }
a { background-color: rgb(103,56,97); }
div.DivClassName
{
background-color: #673861;
}
.BgClassName
{
background-color: #673861;
}
</style>
border-color css
<style>
span { border-color: #673861; }
span { border-color: rgb(103,56,97); }
td.TdClassName
{
border-color: #673861;
}
.TagClassName
{
border-color: #673861;
}
</style>