Shades of Palatinate Purple #673B5E
Tints of Palatinate Purple #673B5E
RGB
CMYK
RGB Variations
Color information
#673B5E (or 0x673B5E) is known color: Palatinate Purple. HEX triplet: 67, 3B and 5E. RGB value is (103,59,94). Sum of RGB (Red+Green+Blue) = 103+59+94=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 103 - color contains mainly: red. Hex color #673B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673B5E is #98C4A1. Grayscale: #4C4C4C. Windows color (decimal): -10011810 or 6175591. OLE color: 6175591.
HSL color Cylindrical-coordinate representation of color #673B5E: hue angle of 312.27º 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 #673B5E is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 59 | 94 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.60 |
| HSL | 312.27º | 0.27% | 0.32% | - |
| HSV(B) | 312.27º | 0.43% | 0.4% | - |
| XYZ | 9.18 | 6.82 | 11.42 | - |
| YUV | 76.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 94 | 0 | 0.43 | 0.09 | 0.60 | 312.27 | 0.27 | 0.32 |
| Hex | 67 | 3B | 5E | 0 | 2B | 9 | 3C | 138 | 1B | 20 |
| Octal | 147 | 73 | 136 | 0 | 53 | 11 | 74 | 470 | 33 | 40 |
| Binary | 1100111 | 111011 | 1011110 | 0 | 101011 | 1001 | 111100 | 100111000 | 11011 | 100000 |
Color Harmonies of #673B5E
Complementary color
Monochromatic Colors of #673B5E
Black with #673B5E
Text Example
Text Example
White with #673B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673B5E; }
p { color: rgb(103,59,94); }
H1.HeaderClassName
{
color: #673B5E;
}
.AnyTagClassName
{
color: #673B5E;
}
</style>
background-color css
<style>
a { background-color: #673B5E; }
a { background-color: rgb(103,59,94); }
div.DivClassName
{
background-color: #673B5E;
}
.BgClassName
{
background-color: #673B5E;
}
</style>
border-color css
<style>
span { border-color: #673B5E; }
span { border-color: rgb(103,59,94); }
td.TdClassName
{
border-color: #673B5E;
}
.TagClassName
{
border-color: #673B5E;
}
</style>