Shades of Palatinate Purple #673764
Tints of Palatinate Purple #673764
RGB
CMYK
RGB Variations
Color information
#673764 (or 0x673764) is known color: Palatinate Purple. HEX triplet: 67, 37 and 64. RGB value is (103,55,100). Sum of RGB (Red+Green+Blue) = 103+55+100=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 103 - color contains mainly: red. Hex color #673764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673764 is #98C89B. Grayscale: #4A4A4A. Windows color (decimal): -10012828 or 6567783. OLE color: 6567783.
HSL color Cylindrical-coordinate representation of color #673764: hue angle of 303.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #673764 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 55 | 100 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.60 |
| HSL | 303.75º | 0.3% | 0.31% | - |
| HSV(B) | 303.75º | 0.47% | 0.4% | - |
| XYZ | 9.26 | 6.54 | 12.83 | - |
| YUV | 74.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 55 | 100 | 0 | 0.47 | 0.03 | 0.60 | 303.75 | 0.3 | 0.31 |
| Hex | 67 | 37 | 64 | 0 | 2F | 3 | 3C | 130 | 1E | 1F |
| Octal | 147 | 67 | 144 | 0 | 57 | 3 | 74 | 460 | 36 | 37 |
| Binary | 1100111 | 110111 | 1100100 | 0 | 101111 | 11 | 111100 | 100110000 | 11110 | 11111 |
Color Harmonies of #673764
Complementary color
Monochromatic Colors of #673764
Black with #673764
Text Example
Text Example
White with #673764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673764; }
p { color: rgb(103,55,100); }
H1.HeaderClassName
{
color: #673764;
}
.AnyTagClassName
{
color: #673764;
}
</style>
background-color css
<style>
a { background-color: #673764; }
a { background-color: rgb(103,55,100); }
div.DivClassName
{
background-color: #673764;
}
.BgClassName
{
background-color: #673764;
}
</style>
border-color css
<style>
span { border-color: #673764; }
span { border-color: rgb(103,55,100); }
td.TdClassName
{
border-color: #673764;
}
.TagClassName
{
border-color: #673764;
}
</style>