Shades of Palatinate Purple #673262
Tints of Palatinate Purple #673262
RGB
CMYK
RGB Variations
Color information
#673262 (or 0x673262) is known color: Palatinate Purple. HEX triplet: 67, 32 and 62. RGB value is (103,50,98). Sum of RGB (Red+Green+Blue) = 103+50+98=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 103 - color contains mainly: red. Hex color #673262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673262 is #98CD9D. Grayscale: #474747. Windows color (decimal): -10014110 or 6435431. OLE color: 6435431.
HSL color Cylindrical-coordinate representation of color #673262: hue angle of 305.66º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #673262 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 50 | 98 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.60 |
| HSL | 305.66º | 0.35% | 0.3% | - |
| HSV(B) | 305.66º | 0.51% | 0.4% | - |
| XYZ | 8.94 | 6.05 | 12.25 | - |
| YUV | 71.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 98 | 0 | 0.51 | 0.05 | 0.60 | 305.66 | 0.35 | 0.3 |
| Hex | 67 | 32 | 62 | 0 | 33 | 5 | 3C | 132 | 23 | 1E |
| Octal | 147 | 62 | 142 | 0 | 63 | 5 | 74 | 462 | 43 | 36 |
| Binary | 1100111 | 110010 | 1100010 | 0 | 110011 | 101 | 111100 | 100110010 | 100011 | 11110 |
Color Harmonies of #673262
Complementary color
Monochromatic Colors of #673262
Black with #673262
Text Example
Text Example
White with #673262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673262; }
p { color: rgb(103,50,98); }
H1.HeaderClassName
{
color: #673262;
}
.AnyTagClassName
{
color: #673262;
}
</style>
background-color css
<style>
a { background-color: #673262; }
a { background-color: rgb(103,50,98); }
div.DivClassName
{
background-color: #673262;
}
.BgClassName
{
background-color: #673262;
}
</style>
border-color css
<style>
span { border-color: #673262; }
span { border-color: rgb(103,50,98); }
td.TdClassName
{
border-color: #673262;
}
.TagClassName
{
border-color: #673262;
}
</style>