Shades of Palatinate Purple #673164
Tints of Palatinate Purple #673164
RGB
CMYK
RGB Variations
Color information
#673164 (or 0x673164) is known color: Palatinate Purple. HEX triplet: 67, 31 and 64. RGB value is (103,49,100). Sum of RGB (Red+Green+Blue) = 103+49+100=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 103 - color contains mainly: red. Hex color #673164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673164 is #98CE9B. Grayscale: #464646. Windows color (decimal): -10014364 or 6566247. OLE color: 6566247.
HSL color Cylindrical-coordinate representation of color #673164: hue angle of 303.33º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #673164 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 49 | 100 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.60 |
| HSL | 303.33º | 0.36% | 0.3% | - |
| HSV(B) | 303.33º | 0.52% | 0.4% | - |
| XYZ | 8.99 | 6 | 12.74 | - |
| YUV | 70.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 100 | 0 | 0.52 | 0.03 | 0.60 | 303.33 | 0.36 | 0.3 |
| Hex | 67 | 31 | 64 | 0 | 34 | 3 | 3C | 12F | 24 | 1E |
| Octal | 147 | 61 | 144 | 0 | 64 | 3 | 74 | 457 | 44 | 36 |
| Binary | 1100111 | 110001 | 1100100 | 0 | 110100 | 11 | 111100 | 100101111 | 100100 | 11110 |
Color Harmonies of #673164
Complementary color
Monochromatic Colors of #673164
Black with #673164
Text Example
Text Example
White with #673164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673164; }
p { color: rgb(103,49,100); }
H1.HeaderClassName
{
color: #673164;
}
.AnyTagClassName
{
color: #673164;
}
</style>
background-color css
<style>
a { background-color: #673164; }
a { background-color: rgb(103,49,100); }
div.DivClassName
{
background-color: #673164;
}
.BgClassName
{
background-color: #673164;
}
</style>
border-color css
<style>
span { border-color: #673164; }
span { border-color: rgb(103,49,100); }
td.TdClassName
{
border-color: #673164;
}
.TagClassName
{
border-color: #673164;
}
</style>