Shades of Palatinate Purple #673F62
Tints of Palatinate Purple #673F62
RGB
CMYK
RGB Variations
Color information
#673F62 (or 0x673F62) is known color: Palatinate Purple. HEX triplet: 67, 3F and 62. RGB value is (103,63,98). Sum of RGB (Red+Green+Blue) = 103+63+98=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 103 - color contains mainly: red. Hex color #673F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673F62 is #98C09D. Grayscale: #4E4E4E. Windows color (decimal): -10010782 or 6438759. OLE color: 6438759.
HSL color Cylindrical-coordinate representation of color #673F62: hue angle of 307.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #673F62 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 63 | 98 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.60 |
| HSL | 307.5º | 0.24% | 0.33% | - |
| HSV(B) | 307.5º | 0.39% | 0.4% | - |
| XYZ | 9.58 | 7.32 | 12.46 | - |
| YUV | 78.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 98 | 0 | 0.39 | 0.05 | 0.60 | 307.5 | 0.24 | 0.33 |
| Hex | 67 | 3F | 62 | 0 | 27 | 5 | 3C | 134 | 18 | 21 |
| Octal | 147 | 77 | 142 | 0 | 47 | 5 | 74 | 464 | 30 | 41 |
| Binary | 1100111 | 111111 | 1100010 | 0 | 100111 | 101 | 111100 | 100110100 | 11000 | 100001 |
Color Harmonies of #673F62
Complementary color
Monochromatic Colors of #673F62
Black with #673F62
Text Example
Text Example
White with #673F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673F62; }
p { color: rgb(103,63,98); }
H1.HeaderClassName
{
color: #673F62;
}
.AnyTagClassName
{
color: #673F62;
}
</style>
background-color css
<style>
a { background-color: #673F62; }
a { background-color: rgb(103,63,98); }
div.DivClassName
{
background-color: #673F62;
}
.BgClassName
{
background-color: #673F62;
}
</style>
border-color css
<style>
span { border-color: #673F62; }
span { border-color: rgb(103,63,98); }
td.TdClassName
{
border-color: #673F62;
}
.TagClassName
{
border-color: #673F62;
}
</style>