Shades of Palatinate Purple #673559
Tints of Palatinate Purple #673559
RGB
CMYK
RGB Variations
Color information
#673559 (or 0x673559) is known color: Palatinate Purple. HEX triplet: 67, 35 and 59. RGB value is (103,53,89). Sum of RGB (Red+Green+Blue) = 103+53+89=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 103 - color contains mainly: red. Hex color #673559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673559 is #98CAA6. Grayscale: #474747. Windows color (decimal): -10013351 or 5846375. OLE color: 5846375.
HSL color Cylindrical-coordinate representation of color #673559: hue angle of 316.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #673559 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 53 | 89 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.60 |
| HSL | 316.8º | 0.32% | 0.31% | - |
| HSV(B) | 316.8º | 0.49% | 0.4% | - |
| XYZ | 8.67 | 6.15 | 10.18 | - |
| YUV | 72.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 53 | 89 | 0 | 0.49 | 0.14 | 0.60 | 316.8 | 0.32 | 0.31 |
| Hex | 67 | 35 | 59 | 0 | 31 | E | 3C | 13D | 20 | 1F |
| Octal | 147 | 65 | 131 | 0 | 61 | 16 | 74 | 475 | 40 | 37 |
| Binary | 1100111 | 110101 | 1011001 | 0 | 110001 | 1110 | 111100 | 100111101 | 100000 | 11111 |
Color Harmonies of #673559
Complementary color
Monochromatic Colors of #673559
Black with #673559
Text Example
Text Example
White with #673559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673559; }
p { color: rgb(103,53,89); }
H1.HeaderClassName
{
color: #673559;
}
.AnyTagClassName
{
color: #673559;
}
</style>
background-color css
<style>
a { background-color: #673559; }
a { background-color: rgb(103,53,89); }
div.DivClassName
{
background-color: #673559;
}
.BgClassName
{
background-color: #673559;
}
</style>
border-color css
<style>
span { border-color: #673559; }
span { border-color: rgb(103,53,89); }
td.TdClassName
{
border-color: #673559;
}
.TagClassName
{
border-color: #673559;
}
</style>