Shades of Palatinate Purple #673D63
Tints of Palatinate Purple #673D63
RGB
CMYK
RGB Variations
Color information
#673D63 (or 0x673D63) is known color: Palatinate Purple. HEX triplet: 67, 3D and 63. RGB value is (103,61,99). Sum of RGB (Red+Green+Blue) = 103+61+99=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 103 - color contains mainly: red. Hex color #673D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673D63 is #98C29C. Grayscale: #4D4D4D. Windows color (decimal): -10011293 or 6503783. OLE color: 6503783.
HSL color Cylindrical-coordinate representation of color #673D63: hue angle of 305.71º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #673D63 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 61 | 99 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.60 |
| HSL | 305.71º | 0.26% | 0.32% | - |
| HSV(B) | 305.71º | 0.41% | 0.4% | - |
| XYZ | 9.51 | 7.12 | 12.68 | - |
| YUV | 77.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 99 | 0 | 0.41 | 0.04 | 0.60 | 305.71 | 0.26 | 0.32 |
| Hex | 67 | 3D | 63 | 0 | 29 | 4 | 3C | 132 | 1A | 20 |
| Octal | 147 | 75 | 143 | 0 | 51 | 4 | 74 | 462 | 32 | 40 |
| Binary | 1100111 | 111101 | 1100011 | 0 | 101001 | 100 | 111100 | 100110010 | 11010 | 100000 |
Color Harmonies of #673D63
Complementary color
Monochromatic Colors of #673D63
Black with #673D63
Text Example
Text Example
White with #673D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D63; }
p { color: rgb(103,61,99); }
H1.HeaderClassName
{
color: #673D63;
}
.AnyTagClassName
{
color: #673D63;
}
</style>
background-color css
<style>
a { background-color: #673D63; }
a { background-color: rgb(103,61,99); }
div.DivClassName
{
background-color: #673D63;
}
.BgClassName
{
background-color: #673D63;
}
</style>
border-color css
<style>
span { border-color: #673D63; }
span { border-color: rgb(103,61,99); }
td.TdClassName
{
border-color: #673D63;
}
.TagClassName
{
border-color: #673D63;
}
</style>