Shades of Palatinate Purple #673160
Tints of Palatinate Purple #673160
RGB
CMYK
RGB Variations
Color information
#673160 (or 0x673160) is known color: Palatinate Purple. HEX triplet: 67, 31 and 60. RGB value is (103,49,96). Sum of RGB (Red+Green+Blue) = 103+49+96=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 103 - color contains mainly: red. Hex color #673160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673160 is #98CE9F. Grayscale: #464646. Windows color (decimal): -10014368 or 6304103. OLE color: 6304103.
HSL color Cylindrical-coordinate representation of color #673160: hue angle of 307.78º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #673160 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 49 | 96 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.60 |
| HSL | 307.78º | 0.36% | 0.3% | - |
| HSV(B) | 307.78º | 0.52% | 0.4% | - |
| XYZ | 8.8 | 5.92 | 11.75 | - |
| YUV | 70.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 96 | 0 | 0.52 | 0.07 | 0.60 | 307.78 | 0.36 | 0.3 |
| Hex | 67 | 31 | 60 | 0 | 34 | 7 | 3C | 134 | 24 | 1E |
| Octal | 147 | 61 | 140 | 0 | 64 | 7 | 74 | 464 | 44 | 36 |
| Binary | 1100111 | 110001 | 1100000 | 0 | 110100 | 111 | 111100 | 100110100 | 100100 | 11110 |
Color Harmonies of #673160
Complementary color
Monochromatic Colors of #673160
Black with #673160
Text Example
Text Example
White with #673160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673160; }
p { color: rgb(103,49,96); }
H1.HeaderClassName
{
color: #673160;
}
.AnyTagClassName
{
color: #673160;
}
</style>
background-color css
<style>
a { background-color: #673160; }
a { background-color: rgb(103,49,96); }
div.DivClassName
{
background-color: #673160;
}
.BgClassName
{
background-color: #673160;
}
</style>
border-color css
<style>
span { border-color: #673160; }
span { border-color: rgb(103,49,96); }
td.TdClassName
{
border-color: #673160;
}
.TagClassName
{
border-color: #673160;
}
</style>