Shades of Palatinate Purple #673B60
Tints of Palatinate Purple #673B60
RGB
CMYK
RGB Variations
Color information
#673B60 (or 0x673B60) is known color: Palatinate Purple. HEX triplet: 67, 3B and 60. RGB value is (103,59,96). Sum of RGB (Red+Green+Blue) = 103+59+96=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 103 - color contains mainly: red. Hex color #673B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673B60 is #98C49F. Grayscale: #4C4C4C. Windows color (decimal): -10011808 or 6306663. OLE color: 6306663.
HSL color Cylindrical-coordinate representation of color #673B60: hue angle of 309.55º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #673B60 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 59 | 96 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.60 |
| HSL | 309.55º | 0.27% | 0.32% | - |
| HSV(B) | 309.55º | 0.43% | 0.4% | - |
| XYZ | 9.27 | 6.86 | 11.9 | - |
| YUV | 76.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 96 | 0 | 0.43 | 0.07 | 0.60 | 309.55 | 0.27 | 0.32 |
| Hex | 67 | 3B | 60 | 0 | 2B | 7 | 3C | 136 | 1B | 20 |
| Octal | 147 | 73 | 140 | 0 | 53 | 7 | 74 | 466 | 33 | 40 |
| Binary | 1100111 | 111011 | 1100000 | 0 | 101011 | 111 | 111100 | 100110110 | 11011 | 100000 |
Color Harmonies of #673B60
Complementary color
Monochromatic Colors of #673B60
Black with #673B60
Text Example
Text Example
White with #673B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673B60; }
p { color: rgb(103,59,96); }
H1.HeaderClassName
{
color: #673B60;
}
.AnyTagClassName
{
color: #673B60;
}
</style>
background-color css
<style>
a { background-color: #673B60; }
a { background-color: rgb(103,59,96); }
div.DivClassName
{
background-color: #673B60;
}
.BgClassName
{
background-color: #673B60;
}
</style>
border-color css
<style>
span { border-color: #673B60; }
span { border-color: rgb(103,59,96); }
td.TdClassName
{
border-color: #673B60;
}
.TagClassName
{
border-color: #673B60;
}
</style>